Html Css Color HEX #ABFF7D Feijoa

📋 copy color: '#ABFF7D'

red 171 ◦ green 255 ◦ blue 125

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

Shades of Feijoa #ABFF7D

Tints of Feijoa #ABFF7D

RGB

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

 GREEN value IS 255 (100% from 255) = 46.28%

 BLUE value IS 125 (49.22% from 255) = 22.69%

R = 31.03%
G = 46.28%
B = 22.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#ABFF7D (or 0xABFF7D) is known color: Feijoa. HEX triplet: AB, FF and 7D. RGB value is (171,255,125). Sum of RGB (Red+Green+Blue) = 171+255+125=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF7D is #540082. Grayscale: #D7D7D7. Windows color (decimal): -5505155 or 8257451. OLE color: 8257451.

HSL color Cylindrical-coordinate representation of color #ABFF7D: hue angle of 98.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABFF7D is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 171 255 125 -
CMYK 0.33 0 0.51 0
HSL 98.77º 1% 0.75% -
HSV(B) 98.77º 0.51% 1% -
XYZ 56.26 81.66 32.2 -
YUV 215.06 77.17 96.57 -
System Red Green Blue C M Y K H S L
Decimal 171 255 125 0.33 0 0.51 0 98.77 1 0.75
Hex AB FF 7D 21 0 33 0 63 64 4B
Octal 253 377 175 41 0 63 0 143 144 113
Binary 10101011 11111111 1111101 100001 0 110011 0 1100011 1100100 1001011

Color Harmonies of #ABFF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFF7D

Black with #ABFF7D

Text Example


Text Example

White with #ABFF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFF7D; }

 p { color: rgb(171,255,125); }

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

background-color css

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

 a { background-color: rgb(171,255,125); }

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

border-color css

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

 span { border-color: rgb(171,255,125); }

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