Html Css Color HEX #ABFD80 Feijoa

📋 copy color: '#ABFD80'

red 171 ◦ green 253 ◦ blue 128

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

Shades of Feijoa #ABFD80

Tints of Feijoa #ABFD80

RGB

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

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

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

R = 30.98%
G = 45.83%
B = 23.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#ABFD80 (or 0xABFD80) is known color: Feijoa. HEX triplet: AB, FD and 80. RGB value is (171,253,128). Sum of RGB (Red+Green+Blue) = 171+253+128=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFD80 is #54027F. Grayscale: #D6D6D6. Windows color (decimal): -5505664 or 8453547. OLE color: 8453547.

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

Color convert

RGB 171 253 128 -
CMYK 0.32 0 0.49 0.01
HSL 99.36º 0.97% 0.75% -
HSV(B) 99.36º 0.49% 0.99% -
XYZ 55.82 80.47 33.01 -
YUV 214.23 79.33 97.16 -
System Red Green Blue C M Y K H S L
Decimal 171 253 128 0.32 0 0.49 0.01 99.36 0.97 0.75
Hex AB FD 80 20 0 31 1 63 61 4B
Octal 253 375 200 40 0 61 1 143 141 113
Binary 10101011 11111101 10000000 100000 0 110001 1 1100011 1100001 1001011

Color Harmonies of #ABFD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFD80

Black with #ABFD80

Text Example


Text Example

White with #ABFD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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