#AFFE85

Color #AFFE85 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #AFFE85

Tints of Feijoa #AFFE85

Color information

#AFFE85 (or 0xAFFE85) is unknown color: approx Feijoa. HEX triplet: AF, FE and 85. RGB value is (175,254,133). Sum of RGB (Red+Green+Blue) = 175+254+133=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFE85 is #50017A. Grayscale: #D8D8D8. Windows color (decimal): -5243259 or 8781487. OLE color: 8781487.

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

Color convert

RGB175254133-
CMYK0.3100.480.00
HSL99.17º98.37%75.88%-
HSV(B)99.17º47.64%99.61%-
XYZ57.3581.6934.94-
YUV216.5880.8398.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 254 (99.61% from 255) = 45.20%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=31.14%
G=45.20%
B=23.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541330.3100.480.0099.1798.3775.88
HexAFFE851F030063624c
Octal257376205370600143142114
Binary1010111111111110100001011111101100000110001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFE85; }

 p { color: rgb(175,254,133); }

 H1.HeaderClassName
 {
   color: #AFFE85;
 }
 .AnyTagClassName
 {
   color: #AFFE85;
 }
</style>
background-color css

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

 a { background-color: rgb(175,254,133); }

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

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

 span { border-color: rgb(175,254,133); }

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