Html Css Color HEX #4BAB14 Kelly Green

📋 copy color: '#4BAB14'

red 75 ◦ green 171 ◦ blue 20

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

Shades of Kelly Green #4BAB14

Tints of Kelly Green #4BAB14

RGB

 RED value IS 75 (29.69% from 255) = 28.2%

 GREEN value IS 171 (67.19% from 255) = 64.29%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 28.2%
G = 64.29%
B = 7.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#4BAB14 (or 0x4BAB14) is known color: Kelly Green. HEX triplet: 4B, AB and 14. RGB value is (75,171,20). Sum of RGB (Red+Green+Blue) = 75+171+20=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 171 (67.19% from 255 or 64.29% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BAB14 is #B454EB. Grayscale: #7D7D7D. Windows color (decimal): -11818220 or 1354571. OLE color: 1354571.

HSL color Cylindrical-coordinate representation of color #4BAB14: hue angle of 98.15º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4BAB14 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 171 20 -
CMYK 0.56 0 0.88 0.33
HSL 98.15º 0.79% 0.37% -
HSV(B) 98.15º 0.88% 0.67% -
XYZ 17.59 30.67 5.66 -
YUV 125.08 68.7 92.28 -
System Red Green Blue C M Y K H S L
Decimal 75 171 20 0.56 0 0.88 0.33 98.15 0.79 0.37
Hex 4B AB 14 38 0 58 21 62 4F 25
Octal 113 253 24 70 0 130 41 142 117 45
Binary 1001011 10101011 10100 111000 0 1011000 100001 1100010 1001111 100101

Color Harmonies of #4BAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAB14

Black with #4BAB14

Text Example


Text Example

White with #4BAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,171,20); }

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

background-color css

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

 a { background-color: rgb(75,171,20); }

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

border-color css

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

 span { border-color: rgb(75,171,20); }

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