Html Css Color HEX #4CA50C Kelly Green

📋 copy color: '#4CA50C'

red 76 ◦ green 165 ◦ blue 12

#4CA50C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #4CA50C

Tints of Kelly Green #4CA50C

RGB

 RED value IS 76 (30.08% from 255) = 30.04%

 GREEN value IS 165 (64.84% from 255) = 65.22%

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 30.04%
G = 65.22%
B = 4.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#4CA50C (or 0x4CA50C) is known color: Kelly Green. HEX triplet: 4C, A5 and 0C. RGB value is (76,165,12). Sum of RGB (Red+Green+Blue) = 76+165+12=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 165 (64.84% from 255 or 65.22% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA50C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CA50C is #B35AF3. Grayscale: #797979. Windows color (decimal): -11754228 or 828748. OLE color: 828748.

HSL color Cylindrical-coordinate representation of color #4CA50C: hue angle of 94.9º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CA50C is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 76 165 12 -
CMYK 0.54 0 0.93 0.35
HSL 94.9º 0.86% 0.35% -
HSV(B) 94.9º 0.93% 0.65% -
XYZ 16.5 28.47 4.97 -
YUV 120.95 66.51 95.94 -
System Red Green Blue C M Y K H S L
Decimal 76 165 12 0.54 0 0.93 0.35 94.9 0.86 0.35
Hex 4C A5 C 36 0 5D 23 5F 56 23
Octal 114 245 14 66 0 135 43 137 126 43
Binary 1001100 10100101 1100 110110 0 1011101 100011 1011111 1010110 100011

Color Harmonies of #4CA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA50C

Black with #4CA50C

Text Example


Text Example

White with #4CA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CA50C;
 }
 .AnyTagClassName
 {
   color: #4CA50C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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