#4CBF6E

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

Shades of Emerald #4CBF6E

Tints of Emerald #4CBF6E

Color information

#4CBF6E (or 0x4CBF6E) is unknown color: approx Emerald. HEX triplet: 4C, BF and 6E. RGB value is (76,191,110). Sum of RGB (Red+Green+Blue) = 76+191+110=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBF6E is #B34091. Grayscale: #939393. Windows color (decimal): -11747474 or 7257932. OLE color: 7257932.

HSL color Cylindrical-coordinate representation of color #4CBF6E: hue angle of 137.74º 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 #4CBF6E is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB76191110-
CMYK0.6000.420.25
HSL137.74º47.33%52.35%-
HSV(B)137.74º60.21%74.9%-
XYZ24.4339.9221.17-
YUV147.38106.977.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.16%
GREEN value IS 191 (75% from 255) = 50.66%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=20.16%
G=50.66%
B=29.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761911100.6000.420.25137.7447.3352.35
Hex4CBF6E3C02A198a2f34
Octal11427715674052312125764
Binary100110010111111110111011110001010101100110001010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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