Html Css Color HEX #ABF401 Spring Bud

📋 copy color: '#ABF401'

red 171 ◦ green 244 ◦ blue 1

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

Shades of Spring Bud #ABF401

Tints of Spring Bud #ABF401

RGB

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

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

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

R = 41.11%
G = 58.65%
B = 0.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#ABF401 (or 0xABF401) is known color: Spring Bud. HEX triplet: AB, F4 and 01. RGB value is (171,244,1). Sum of RGB (Red+Green+Blue) = 171+244+1=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 244 (95.70% from 255 or 58.65% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF401 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF401 is #540BFE. Grayscale: #C3C3C3. Windows color (decimal): -5508095 or 128171. OLE color: 128171.

HSL color Cylindrical-coordinate representation of color #ABF401: hue angle of 78.02º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABF401 is Cyan = 0.30, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 244 1 -
CMYK 0.30 0 1.00 0.04
HSL 78.02º 0.99% 0.48% -
HSV(B) 78.02º 1% 0.96% -
XYZ 49.15 73.36 11.6 -
YUV 194.47 18.82 111.26 -
System Red Green Blue C M Y K H S L
Decimal 171 244 1 0.30 0 1.00 0.04 78.02 0.99 0.48
Hex AB F4 1 1E 0 64 4 4E 63 30
Octal 253 364 1 36 0 144 4 116 143 60
Binary 10101011 11110100 1 11110 0 1100100 100 1001110 1100011 110000

Color Harmonies of #ABF401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF401

Black with #ABF401

Text Example


Text Example

White with #ABF401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF401; }

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

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

background-color css

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

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

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

border-color css

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

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

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