Html Css Color HEX #ABFD76 Feijoa

📋 copy color: '#ABFD76'

red 171 ◦ green 253 ◦ blue 118

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

Shades of Feijoa #ABFD76

Tints of Feijoa #ABFD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.77%

R = 31.55%
G = 46.68%
B = 21.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#ABFD76 (or 0xABFD76) is known color: Feijoa. HEX triplet: AB, FD and 76. RGB value is (171,253,118). Sum of RGB (Red+Green+Blue) = 171+253+118=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD76 is #540289. Grayscale: #D5D5D5. Windows color (decimal): -5505674 or 7798187. OLE color: 7798187.

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

Color convert

RGB 171 253 118 -
CMYK 0.32 0 0.53 0.01
HSL 96.44º 0.97% 0.73% -
HSV(B) 96.44º 0.53% 0.99% -
XYZ 55.19 80.22 29.71 -
YUV 213.09 74.33 97.98 -
System Red Green Blue C M Y K H S L
Decimal 171 253 118 0.32 0 0.53 0.01 96.44 0.97 0.73
Hex AB FD 76 20 0 35 1 60 61 49
Octal 253 375 166 40 0 65 1 140 141 111
Binary 10101011 11111101 1110110 100000 0 110101 1 1100000 1100001 1001001

Color Harmonies of #ABFD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFD76

Black with #ABFD76

Text Example


Text Example

White with #ABFD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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