#4CBF62

Color #4CBF62 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4CBF62

Tints of Emerald #4CBF62

Color information

#4CBF62 (or 0x4CBF62) is unknown color: approx Emerald. HEX triplet: 4C, BF and 62. RGB value is (76,191,98). Sum of RGB (Red+Green+Blue) = 76+191+98=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBF62 is #B3409D. Grayscale: #929292. Windows color (decimal): -11747486 or 6471500. OLE color: 6471500.

HSL color Cylindrical-coordinate representation of color #4CBF62: hue angle of 131.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBF62 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB7619198-
CMYK0.6000.490.25
HSL131.48º47.33%52.35%-
HSV(B)131.48º60.21%74.9%-
XYZ23.8239.6817.96-
YUV146.01100.978.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 20.82%
GREEN value IS 191 (75% from 255) = 52.33%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=20.82%
G=52.33%
B=26.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76191980.6000.490.25131.4847.3352.35
Hex4CBF623C03119832f34
Octal11427714274061312035764
Binary100110010111111110001011110001100011100110000011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CBF62; }

 p { color: rgb(76,191,98); }

 H1.HeaderClassName
 {
   color: #4CBF62;
 }
 .AnyTagClassName
 {
   color: #4CBF62;
 }
</style>
background-color css

<style>
 a { background-color: #4CBF62; }

 a { background-color: rgb(76,191,98); }

 div.DivClassName
 {
   background-color: #4CBF62;
 }
 .BgClassName
 {
   background-color: #4CBF62;
 }
</style>
border-color css

<style>
 span { border-color: #4CBF62; }

 span { border-color: rgb(76,191,98); }

 td.TdClassName
 {
   border-color: #4CBF62;
 }
 .TagClassName
 {
   border-color: #4CBF62;
 }
</style>