#4CDE68

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

Shades of Emerald #4CDE68

Tints of Emerald #4CDE68

Color information

#4CDE68 (or 0x4CDE68) is unknown color: approx Emerald. HEX triplet: 4C, DE and 68. RGB value is (76,222,104). Sum of RGB (Red+Green+Blue) = 76+222+104=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 222 (87.11% from 255 or 55.22% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDE68 is #B32197. Grayscale: #A5A5A5. Windows color (decimal): -11739544 or 6872652. OLE color: 6872652.

HSL color Cylindrical-coordinate representation of color #4CDE68: hue angle of 131.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDE68 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB76222104-
CMYK0.6600.530.13
HSL131.51º68.87%58.43%-
HSV(B)131.51º65.77%87.06%-
XYZ31.654.7822-
YUV164.8993.6364.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.91%
GREEN value IS 222 (87.11% from 255) = 55.22%
BLUE value IS 104 (41.02% from 255) = 25.87%
R=18.91%
G=55.22%
B=25.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal762221040.6600.530.13131.5168.8758.43
Hex4CDE6842035D84453a
Octal1143361501020651520410572
Binary1001100110111101101000100001001101011101100001001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,222,104); }

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

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

 a { background-color: rgb(76,222,104); }

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

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

 span { border-color: rgb(76,222,104); }

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