Html Css Color HEX #ABF201 Spring Bud

📋 copy color: '#ABF201'

red 171 ◦ green 242 ◦ blue 1

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

Shades of Spring Bud #ABF201

Tints of Spring Bud #ABF201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.45%

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

R = 41.3%
G = 58.45%
B = 0.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#ABF201 (or 0xABF201) is known color: Spring Bud. HEX triplet: AB, F2 and 01. RGB value is (171,242,1). Sum of RGB (Red+Green+Blue) = 171+242+1=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 242 (94.92% from 255 or 58.45% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF201 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF201 is #540DFE. Grayscale: #C2C2C2. Windows color (decimal): -5508607 or 127659. OLE color: 127659.

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

Color convert

RGB 171 242 1 -
CMYK 0.29 0 1.00 0.05
HSL 77.68º 0.99% 0.48% -
HSV(B) 77.68º 1% 0.95% -
XYZ 48.55 72.16 11.4 -
YUV 193.3 19.48 112.1 -
System Red Green Blue C M Y K H S L
Decimal 171 242 1 0.29 0 1.00 0.05 77.68 0.99 0.48
Hex AB F2 1 1D 0 64 5 4E 63 30
Octal 253 362 1 35 0 144 5 116 143 60
Binary 10101011 11110010 1 11101 0 1100100 101 1001110 1100011 110000

Color Harmonies of #ABF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF201

Black with #ABF201

Text Example


Text Example

White with #ABF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF201; }

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

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

background-color css

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

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

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

border-color css

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

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

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