Html Css Color HEX #4BA013 Kelly Green

📋 copy color: '#4BA013'

red 75 ◦ green 160 ◦ blue 19

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

Shades of Kelly Green #4BA013

Tints of Kelly Green #4BA013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 62.99%

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 29.53%
G = 62.99%
B = 7.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#4BA013 (or 0x4BA013) is known color: Kelly Green. HEX triplet: 4B, A0 and 13. RGB value is (75,160,19). Sum of RGB (Red+Green+Blue) = 75+160+19=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BA013 is #B45FEC. Grayscale: #767676. Windows color (decimal): -11821037 or 1286219. OLE color: 1286219.

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

Color convert

RGB 75 160 19 -
CMYK 0.53 0 0.88 0.37
HSL 96.17º 0.79% 0.35% -
HSV(B) 96.17º 0.88% 0.63% -
XYZ 15.59 26.68 4.95 -
YUV 118.51 71.84 96.96 -
System Red Green Blue C M Y K H S L
Decimal 75 160 19 0.53 0 0.88 0.37 96.17 0.79 0.35
Hex 4B A0 13 35 0 58 25 60 4F 23
Octal 113 240 23 65 0 130 45 140 117 43
Binary 1001011 10100000 10011 110101 0 1011000 100101 1100000 1001111 100011

Color Harmonies of #4BA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA013

Black with #4BA013

Text Example


Text Example

White with #4BA013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,160,19); }

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

background-color css

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

 a { background-color: rgb(75,160,19); }

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

border-color css

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

 span { border-color: rgb(75,160,19); }

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