#4CC12D

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

Shades of Kelly Green #4CC12D

Tints of Kelly Green #4CC12D

Color information

#4CC12D (or 0x4CC12D) is unknown color: approx Kelly Green. HEX triplet: 4C, C1 and 2D. RGB value is (76,193,45). Sum of RGB (Red+Green+Blue) = 76+193+45=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC12D is #B33ED2. Grayscale: #8D8D8D. Windows color (decimal): -11747027 or 2998604. OLE color: 2998604.

HSL color Cylindrical-coordinate representation of color #4CC12D: hue angle of 107.43º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4CC12D is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB7619345-
CMYK0.6100.770.24
HSL107.43º62.18%46.67%-
HSV(B)107.43º76.68%75.69%-
XYZ22.5239.878.99-
YUV141.1473.7481.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 193 (75.78% from 255) = 61.46%
BLUE value IS 45 (17.97% from 255) = 14.33%
R=24.20%
G=61.46%
B=14.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76193450.6100.770.24107.4362.1846.67
Hex4CC12D3D04D186b3e2f
Octal11430155750115301537657
Binary10011001100000110110111110101001101110001101011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,193,45); }

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

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

 a { background-color: rgb(76,193,45); }

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

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

 span { border-color: rgb(76,193,45); }

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