Html Css Color HEX #ABFD10 Spring Bud

📋 copy color: '#ABFD10'

red 171 ◦ green 253 ◦ blue 16

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

Shades of Spring Bud #ABFD10

Tints of Spring Bud #ABFD10

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.5%

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 38.86%
G = 57.5%
B = 3.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#ABFD10 (or 0xABFD10) is known color: Spring Bud. HEX triplet: AB, FD and 10. RGB value is (171,253,16). Sum of RGB (Red+Green+Blue) = 171+253+16=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 253 (99.22% from 255 or 57.5% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFD10 is #5402EF. Grayscale: #CACACA. Windows color (decimal): -5505776 or 1113515. OLE color: 1113515.

HSL color Cylindrical-coordinate representation of color #ABFD10: hue angle of 80.76º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABFD10 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 253 16 -
CMYK 0.32 0 0.94 0.01
HSL 80.76º 0.98% 0.53% -
HSV(B) 80.76º 0.94% 0.99% -
XYZ 52.01 78.95 12.99 -
YUV 201.46 23.33 106.27 -
System Red Green Blue C M Y K H S L
Decimal 171 253 16 0.32 0 0.94 0.01 80.76 0.98 0.53
Hex AB FD 10 20 0 5E 1 51 62 35
Octal 253 375 20 40 0 136 1 121 142 65
Binary 10101011 11111101 10000 100000 0 1011110 1 1010001 1100010 110101

Color Harmonies of #ABFD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFD10

Black with #ABFD10

Text Example


Text Example

White with #ABFD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFD10; }

 p { color: rgb(171,253,16); }

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

background-color css

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

 a { background-color: rgb(171,253,16); }

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

border-color css

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

 span { border-color: rgb(171,253,16); }

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