#4CC50C

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

Shades of Kelly Green #4CC50C

Tints of Kelly Green #4CC50C

Color information

#4CC50C (or 0x4CC50C) is unknown color: approx Kelly Green. HEX triplet: 4C, C5 and 0C. RGB value is (76,197,12). Sum of RGB (Red+Green+Blue) = 76+197+12=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #4CC50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CC50C is #B33AF3. Grayscale: #8C8C8C. Windows color (decimal): -11746036 or 836940. OLE color: 836940.

HSL color Cylindrical-coordinate representation of color #4CC50C: hue angle of 99.24º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4CC50C is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB7619712-
CMYK0.6100.940.23
HSL99.24º88.52%40.98%-
HSV(B)99.24º93.91%77.25%-
XYZ23.0141.57.14-
YUV139.7355.9182.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.67%
GREEN value IS 197 (77.34% from 255) = 69.12%
BLUE value IS 12 (5.08% from 255) = 4.21%
R=26.67%
G=69.12%
B=4.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal76197120.6100.940.2399.2488.5240.98
Hex4CC5C3D05E17635929
Octal114305147501362714313151
Binary1001100110001011100111101010111101011111000111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,197,12); }

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

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

 a { background-color: rgb(76,197,12); }

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

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

 span { border-color: rgb(76,197,12); }

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