Html Css Color HEX #ABF005 Spring Bud

📋 copy color: '#ABF005'

red 171 ◦ green 240 ◦ blue 5

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

Shades of Spring Bud #ABF005

Tints of Spring Bud #ABF005

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.69%

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 41.11%
G = 57.69%
B = 1.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#ABF005 (or 0xABF005) is known color: Spring Bud. HEX triplet: AB, F0 and 05. RGB value is (171,240,5). Sum of RGB (Red+Green+Blue) = 171+240+5=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF005 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF005 is #540FFA. Grayscale: #C1C1C1. Windows color (decimal): -5509115 or 389291. OLE color: 389291.

HSL color Cylindrical-coordinate representation of color #ABF005: hue angle of 77.62º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABF005 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 5 -
CMYK 0.29 0 0.98 0.06
HSL 77.62º 0.96% 0.48% -
HSV(B) 77.62º 0.98% 0.94% -
XYZ 47.98 70.99 11.32 -
YUV 192.58 22.14 112.61 -
System Red Green Blue C M Y K H S L
Decimal 171 240 5 0.29 0 0.98 0.06 77.62 0.96 0.48
Hex AB F0 5 1D 0 62 6 4E 60 30
Octal 253 360 5 35 0 142 6 116 140 60
Binary 10101011 11110000 101 11101 0 1100010 110 1001110 1100000 110000

Color Harmonies of #ABF005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF005

Black with #ABF005

Text Example


Text Example

White with #ABF005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF005; }

 p { color: rgb(171,240,5); }

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

background-color css

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

 a { background-color: rgb(171,240,5); }

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

border-color css

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

 span { border-color: rgb(171,240,5); }

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