Html Css Color HEX #ABF700 Spring Bud

📋 copy color: '#ABF700'

red 171 ◦ green 247 ◦ blue 0

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

Shades of Spring Bud #ABF700

Tints of Spring Bud #ABF700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 59.09%

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

R = 40.91%
G = 59.09%
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

#ABF700 (or 0xABF700) is known color: Spring Bud. HEX triplet: AB, F7 and 00. RGB value is (171,247,0). Sum of RGB (Red+Green+Blue) = 171+247+0=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 247 (96.88% from 255 or 59.09% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF700 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF700 is #5408FF. Grayscale: #C5C5C5. Windows color (decimal): -5507328 or 63403. OLE color: 63403.

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

Color convert

RGB 171 247 0 -
CMYK 0.31 0 1 0.03
HSL 78.46º 1% 0.48% -
HSV(B) 78.46º 1% 0.97% -
XYZ 50.06 75.18 11.87 -
YUV 196.12 17.32 110.08 -
System Red Green Blue C M Y K H S L
Decimal 171 247 0 0.31 0 1 0.03 78.46 1 0.48
Hex AB F7 0 1F 0 64 3 4E 64 30
Octal 253 367 0 37 0 144 3 116 144 60
Binary 10101011 11110111 0 11111 0 1100100 11 1001110 1100100 110000

Color Harmonies of #ABF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF700

Black with #ABF700

Text Example


Text Example

White with #ABF700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF700; }

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

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

background-color css

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

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

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

border-color css

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

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

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