Html Css Color HEX #ABFB80 Feijoa

📋 copy color: '#ABFB80'

red 171 ◦ green 251 ◦ blue 128

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

Shades of Feijoa #ABFB80

Tints of Feijoa #ABFB80

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.64%

 BLUE value IS 128 (50.39% from 255) = 23.27%

R = 31.09%
G = 45.64%
B = 23.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#ABFB80 (or 0xABFB80) is known color: Feijoa. HEX triplet: AB, FB and 80. RGB value is (171,251,128). Sum of RGB (Red+Green+Blue) = 171+251+128=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFB80 is #54047F. Grayscale: #D5D5D5. Windows color (decimal): -5506176 or 8453035. OLE color: 8453035.

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

Color convert

RGB 171 251 128 -
CMYK 0.32 0 0.49 0.02
HSL 99.02º 0.94% 0.74% -
HSV(B) 99.02º 0.49% 0.98% -
XYZ 55.19 79.21 32.8 -
YUV 213.06 80 98 -
System Red Green Blue C M Y K H S L
Decimal 171 251 128 0.32 0 0.49 0.02 99.02 0.94 0.74
Hex AB FB 80 20 0 31 2 63 5E 4A
Octal 253 373 200 40 0 61 2 143 136 112
Binary 10101011 11111011 10000000 100000 0 110001 10 1100011 1011110 1001010

Color Harmonies of #ABFB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFB80

Black with #ABFB80

Text Example


Text Example

White with #ABFB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFB80; }

 p { color: rgb(171,251,128); }

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

background-color css

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

 a { background-color: rgb(171,251,128); }

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

border-color css

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

 span { border-color: rgb(171,251,128); }

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