Html Css Color HEX #4CA20E Kelly Green

📋 copy color: '#4CA20E'

red 76 ◦ green 162 ◦ blue 14

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

Shades of Kelly Green #4CA20E

Tints of Kelly Green #4CA20E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 64.29%

 BLUE value IS 14 (5.86% from 255) = 5.56%

R = 30.16%
G = 64.29%
B = 5.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#4CA20E (or 0x4CA20E) is known color: Kelly Green. HEX triplet: 4C, A2 and 0E. RGB value is (76,162,14). Sum of RGB (Red+Green+Blue) = 76+162+14=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 162 (63.67% from 255 or 64.29% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA20E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CA20E is #B35DF1. Grayscale: #777777. Windows color (decimal): -11754994 or 959052. OLE color: 959052.

HSL color Cylindrical-coordinate representation of color #4CA20E: hue angle of 94.86º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CA20E is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 76 162 14 -
CMYK 0.53 0 0.91 0.36
HSL 94.86º 0.84% 0.35% -
HSV(B) 94.86º 0.91% 0.64% -
XYZ 15.98 27.41 4.86 -
YUV 119.41 68.51 97.03 -
System Red Green Blue C M Y K H S L
Decimal 76 162 14 0.53 0 0.91 0.36 94.86 0.84 0.35
Hex 4C A2 E 35 0 5B 24 5F 54 23
Octal 114 242 16 65 0 133 44 137 124 43
Binary 1001100 10100010 1110 110101 0 1011011 100100 1011111 1010100 100011

Color Harmonies of #4CA20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA20E

Black with #4CA20E

Text Example


Text Example

White with #4CA20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,162,14); }

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

background-color css

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

 a { background-color: rgb(76,162,14); }

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

border-color css

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

 span { border-color: rgb(76,162,14); }

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