Html Css Color HEX #4BA010 Kelly Green

📋 copy color: '#4BA010'

red 75 ◦ green 160 ◦ blue 16

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

Shades of Kelly Green #4BA010

Tints of Kelly Green #4BA010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.37%

R = 29.88%
G = 63.75%
B = 6.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#4BA010 (or 0x4BA010) is known color: Kelly Green. HEX triplet: 4B, A0 and 10. RGB value is (75,160,16). Sum of RGB (Red+Green+Blue) = 75+160+16=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 160 (62.89% from 255 or 63.75% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BA010 is #B45FEF. Grayscale: #767676. Windows color (decimal): -11821040 or 1089611. OLE color: 1089611.

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

Color convert

RGB 75 160 16 -
CMYK 0.53 0 0.9 0.37
HSL 95.42º 0.82% 0.35% -
HSV(B) 95.42º 0.9% 0.63% -
XYZ 15.57 26.67 4.82 -
YUV 118.17 70.34 97.21 -
System Red Green Blue C M Y K H S L
Decimal 75 160 16 0.53 0 0.9 0.37 95.42 0.82 0.35
Hex 4B A0 10 35 0 5A 25 5F 52 23
Octal 113 240 20 65 0 132 45 137 122 43
Binary 1001011 10100000 10000 110101 0 1011010 100101 1011111 1010010 100011

Color Harmonies of #4BA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA010

Black with #4BA010

Text Example


Text Example

White with #4BA010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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