Html Css Color HEX #ABF101 Spring Bud

📋 copy color: '#ABF101'

red 171 ◦ green 241 ◦ blue 1

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

Shades of Spring Bud #ABF101

Tints of Spring Bud #ABF101

RGB

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

 GREEN value IS 241 (94.53% from 255) = 58.35%

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

R = 41.4%
G = 58.35%
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

#ABF101 (or 0xABF101) is known color: Spring Bud. HEX triplet: AB, F1 and 01. RGB value is (171,241,1). Sum of RGB (Red+Green+Blue) = 171+241+1=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 241 (94.53% from 255 or 58.35% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF101 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF101 is #540EFE. Grayscale: #C1C1C1. Windows color (decimal): -5508863 or 127403. OLE color: 127403.

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

Color convert

RGB 171 241 1 -
CMYK 0.29 0 1.00 0.05
HSL 77.5º 0.99% 0.47% -
HSV(B) 77.5º 1% 0.95% -
XYZ 48.26 71.57 11.3 -
YUV 192.71 19.81 112.51 -
System Red Green Blue C M Y K H S L
Decimal 171 241 1 0.29 0 1.00 0.05 77.5 0.99 0.47
Hex AB F1 1 1D 0 64 5 4E 63 2F
Octal 253 361 1 35 0 144 5 116 143 57
Binary 10101011 11110001 1 11101 0 1100100 101 1001110 1100011 101111

Color Harmonies of #ABF101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF101

Black with #ABF101

Text Example


Text Example

White with #ABF101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF101; }

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

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

background-color css

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

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

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

border-color css

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

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

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