Html Css Color HEX #ABFD7F Feijoa

📋 copy color: '#ABFD7F'

red 171 ◦ green 253 ◦ blue 127

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

Shades of Feijoa #ABFD7F

Tints of Feijoa #ABFD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.05%

R = 31.03%
G = 45.92%
B = 23.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#ABFD7F (or 0xABFD7F) is known color: Feijoa. HEX triplet: AB, FD and 7F. RGB value is (171,253,127). Sum of RGB (Red+Green+Blue) = 171+253+127=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD7F is #540280. Grayscale: #D6D6D6. Windows color (decimal): -5505665 or 8388011. OLE color: 8388011.

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

Color convert

RGB 171 253 127 -
CMYK 0.32 0 0.50 0.01
HSL 99.05º 0.97% 0.75% -
HSV(B) 99.05º 0.5% 0.99% -
XYZ 55.75 80.44 32.67 -
YUV 214.12 78.83 97.25 -
System Red Green Blue C M Y K H S L
Decimal 171 253 127 0.32 0 0.50 0.01 99.05 0.97 0.75
Hex AB FD 7F 20 0 32 1 63 61 4B
Octal 253 375 177 40 0 62 1 143 141 113
Binary 10101011 11111101 1111111 100000 0 110010 1 1100011 1100001 1001011

Color Harmonies of #ABFD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFD7F

Black with #ABFD7F

Text Example


Text Example

White with #ABFD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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