Html Css Color HEX #ABFE7D Feijoa

📋 copy color: '#ABFE7D'

red 171 ◦ green 254 ◦ blue 125

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

Shades of Feijoa #ABFE7D

Tints of Feijoa #ABFE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.18%

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

R = 31.09%
G = 46.18%
B = 22.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#ABFE7D (or 0xABFE7D) is known color: Feijoa. HEX triplet: AB, FE and 7D. RGB value is (171,254,125). Sum of RGB (Red+Green+Blue) = 171+254+125=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFE7D is #540182. Grayscale: #D6D6D6. Windows color (decimal): -5505411 or 8257195. OLE color: 8257195.

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

Color convert

RGB 171 254 125 -
CMYK 0.33 0 0.51 0.00
HSL 98.6º 0.98% 0.74% -
HSV(B) 98.6º 0.51% 1% -
XYZ 55.94 81.02 32.09 -
YUV 214.48 77.5 96.99 -
System Red Green Blue C M Y K H S L
Decimal 171 254 125 0.33 0 0.51 0.00 98.6 0.98 0.74
Hex AB FE 7D 21 0 33 0 63 62 4A
Octal 253 376 175 41 0 63 0 143 142 112
Binary 10101011 11111110 1111101 100001 0 110011 0 1100011 1100010 1001010

Color Harmonies of #ABFE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFE7D

Black with #ABFE7D

Text Example


Text Example

White with #ABFE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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