Html Css Color HEX #ABFB01 Spring Bud

📋 copy color: '#ABFB01'

red 171 ◦ green 251 ◦ blue 1

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

Shades of Spring Bud #ABFB01

Tints of Spring Bud #ABFB01

RGB

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

 GREEN value IS 251 (98.44% from 255) = 59.34%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 40.43%
G = 59.34%
B = 0.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#ABFB01 (or 0xABFB01) is known color: Spring Bud. HEX triplet: AB, FB and 01. RGB value is (171,251,1). Sum of RGB (Red+Green+Blue) = 171+251+1=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 251 (98.44% from 255 or 59.34% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFB01 is #5404FE. Grayscale: #C7C7C7. Windows color (decimal): -5506303 or 129963. OLE color: 129963.

HSL color Cylindrical-coordinate representation of color #ABFB01: hue angle of 79.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABFB01 is Cyan = 0.32, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 251 1 -
CMYK 0.32 0 1.00 0.02
HSL 79.2º 0.99% 0.49% -
HSV(B) 79.2º 1% 0.98% -
XYZ 51.3 77.65 12.31 -
YUV 198.58 16.5 108.33 -
System Red Green Blue C M Y K H S L
Decimal 171 251 1 0.32 0 1.00 0.02 79.2 0.99 0.49
Hex AB FB 1 20 0 64 2 4F 63 31
Octal 253 373 1 40 0 144 2 117 143 61
Binary 10101011 11111011 1 100000 0 1100100 10 1001111 1100011 110001

Color Harmonies of #ABFB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFB01

Black with #ABFB01

Text Example


Text Example

White with #ABFB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFB01; }

 p { color: rgb(171,251,1); }

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

background-color css

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

 a { background-color: rgb(171,251,1); }

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

border-color css

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

 span { border-color: rgb(171,251,1); }

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