Html Css Color HEX #4ABF0B Kelly Green

📋 copy color: '#4ABF0B'

red 74 ◦ green 191 ◦ blue 11

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

Shades of Kelly Green #4ABF0B

Tints of Kelly Green #4ABF0B

RGB

 RED value IS 74 (29.3% from 255) = 26.81%

 GREEN value IS 191 (75% from 255) = 69.2%

 BLUE value IS 11 (4.69% from 255) = 3.99%

R = 26.81%
G = 69.2%
B = 3.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#4ABF0B (or 0x4ABF0B) is known color: Kelly Green. HEX triplet: 4A, BF and 0B. RGB value is (74,191,11). Sum of RGB (Red+Green+Blue) = 74+191+11=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABF0B is #B540F4. Grayscale: #888888. Windows color (decimal): -11878645 or 769866. OLE color: 769866.

HSL color Cylindrical-coordinate representation of color #4ABF0B: hue angle of 99º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4ABF0B is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 11 -
CMYK 0.61 0 0.94 0.25
HSL 99º 0.89% 0.4% -
HSV(B) 99º 0.94% 0.75% -
XYZ 21.52 38.74 6.66 -
YUV 135.5 57.74 84.14 -
System Red Green Blue C M Y K H S L
Decimal 74 191 11 0.61 0 0.94 0.25 99 0.89 0.4
Hex 4A BF B 3D 0 5E 19 63 59 28
Octal 112 277 13 75 0 136 31 143 131 50
Binary 1001010 10111111 1011 111101 0 1011110 11001 1100011 1011001 101000

Color Harmonies of #4ABF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF0B

Black with #4ABF0B

Text Example


Text Example

White with #4ABF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,191,11); }

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

background-color css

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

 a { background-color: rgb(74,191,11); }

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

border-color css

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

 span { border-color: rgb(74,191,11); }

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