Html Css Color HEX #4CA512 Kelly Green

📋 copy color: '#4CA512'

red 76 ◦ green 165 ◦ blue 18

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

Shades of Kelly Green #4CA512

Tints of Kelly Green #4CA512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 29.34%
G = 63.71%
B = 6.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#4CA512 (or 0x4CA512) is known color: Kelly Green. HEX triplet: 4C, A5 and 12. RGB value is (76,165,18). Sum of RGB (Red+Green+Blue) = 76+165+18=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 165 (64.84% from 255 or 63.71% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CA512 is #B35AED. Grayscale: #7A7A7A. Windows color (decimal): -11754222 or 1221964. OLE color: 1221964.

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

Color convert

RGB 76 165 18 -
CMYK 0.54 0 0.89 0.35
HSL 96.33º 0.8% 0.36% -
HSV(B) 96.33º 0.89% 0.65% -
XYZ 16.54 28.49 5.2 -
YUV 121.63 69.51 95.45 -
System Red Green Blue C M Y K H S L
Decimal 76 165 18 0.54 0 0.89 0.35 96.33 0.8 0.36
Hex 4C A5 12 36 0 59 23 60 50 24
Octal 114 245 22 66 0 131 43 140 120 44
Binary 1001100 10100101 10010 110110 0 1011001 100011 1100000 1010000 100100

Color Harmonies of #4CA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA512

Black with #4CA512

Text Example


Text Example

White with #4CA512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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