#4CDD10

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

Shades of Kelly Green #4CDD10

Tints of Kelly Green #4CDD10

Color information

#4CDD10 (or 0x4CDD10) is unknown color: approx Kelly Green. HEX triplet: 4C, DD and 10. RGB value is (76,221,16). Sum of RGB (Red+Green+Blue) = 76+221+16=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 221 (86.72% from 255 or 70.61% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CDD10 is #B322EF. Grayscale: #9A9A9A. Windows color (decimal): -11739888 or 1105228. OLE color: 1105228.

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

Color convert

RGB7622116-
CMYK0.6600.930.13
HSL102.44º86.5%46.47%-
HSV(B)102.44º92.76%86.67%-
XYZ28.9353.299.25-
YUV154.2849.9672.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.28%
GREEN value IS 221 (86.72% from 255) = 70.61%
BLUE value IS 16 (6.64% from 255) = 5.11%
R=24.28%
G=70.61%
B=5.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal76221160.6600.930.13102.4486.546.47
Hex4CDD104205DD66562e
Octal1143352010201351514612656
Binary10011001101110110000100001001011101110111001101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,221,16); }

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

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

 a { background-color: rgb(76,221,16); }

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

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

 span { border-color: rgb(76,221,16); }

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