Html Css Color HEX #ABF800 Spring Bud

📋 copy color: '#ABF800'

red 171 ◦ green 248 ◦ blue 0

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

Shades of Spring Bud #ABF800

Tints of Spring Bud #ABF800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 59.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.81%
G = 59.19%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#ABF800 (or 0xABF800) is known color: Spring Bud. HEX triplet: AB, F8 and 00. RGB value is (171,248,0). Sum of RGB (Red+Green+Blue) = 171+248+0=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 248 (97.27% from 255 or 59.19% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF800 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF800 is #5407FF. Grayscale: #C5C5C5. Windows color (decimal): -5507072 or 63659. OLE color: 63659.

HSL color Cylindrical-coordinate representation of color #ABF800: hue angle of 78.63º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABF800 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 248 0 -
CMYK 0.31 0 1 0.03
HSL 78.63º 1% 0.49% -
HSV(B) 78.63º 1% 0.97% -
XYZ 50.36 75.79 11.98 -
YUV 196.71 16.99 109.67 -
System Red Green Blue C M Y K H S L
Decimal 171 248 0 0.31 0 1 0.03 78.63 1 0.49
Hex AB F8 0 1F 0 64 3 4F 64 31
Octal 253 370 0 37 0 144 3 117 144 61
Binary 10101011 11111000 0 11111 0 1100100 11 1001111 1100100 110001

Color Harmonies of #ABF800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF800

Black with #ABF800

Text Example


Text Example

White with #ABF800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF800; }

 p { color: rgb(171,248,0); }

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

background-color css

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

 a { background-color: rgb(171,248,0); }

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

border-color css

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

 span { border-color: rgb(171,248,0); }

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