Html Css Color HEX #ABF40B Spring Bud

📋 copy color: '#ABF40B'

red 171 ◦ green 244 ◦ blue 11

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

Shades of Spring Bud #ABF40B

Tints of Spring Bud #ABF40B

RGB

 RED value IS 171 (67.19% from 255) = 40.14%

 GREEN value IS 244 (95.7% from 255) = 57.28%

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

R = 40.14%
G = 57.28%
B = 2.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#ABF40B (or 0xABF40B) is known color: Spring Bud. HEX triplet: AB, F4 and 0B. RGB value is (171,244,11). Sum of RGB (Red+Green+Blue) = 171+244+11=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 244 (95.70% from 255 or 57.28% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF40B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF40B is #540BF4. Grayscale: #C4C4C4. Windows color (decimal): -5508085 or 783531. OLE color: 783531.

HSL color Cylindrical-coordinate representation of color #ABF40B: hue angle of 78.8º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABF40B is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 244 11 -
CMYK 0.30 0 0.95 0.04
HSL 78.8º 0.91% 0.5% -
HSV(B) 78.8º 0.95% 0.96% -
XYZ 49.21 73.38 11.89 -
YUV 195.61 23.82 110.45 -
System Red Green Blue C M Y K H S L
Decimal 171 244 11 0.30 0 0.95 0.04 78.8 0.91 0.5
Hex AB F4 B 1E 0 5F 4 4F 5B 32
Octal 253 364 13 36 0 137 4 117 133 62
Binary 10101011 11110100 1011 11110 0 1011111 100 1001111 1011011 110010

Color Harmonies of #ABF40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF40B

Black with #ABF40B

Text Example


Text Example

White with #ABF40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF40B; }

 p { color: rgb(171,244,11); }

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

background-color css

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

 a { background-color: rgb(171,244,11); }

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

border-color css

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

 span { border-color: rgb(171,244,11); }

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