#AFFEB7

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

Shades of Fringy Flower #AFFEB7

Tints of Fringy Flower #AFFEB7

Color information

#AFFEB7 (or 0xAFFEB7) is unknown color: approx Fringy Flower. HEX triplet: AF, FE and B7. RGB value is (175,254,183). Sum of RGB (Red+Green+Blue) = 175+254+183=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEB7 is #500148. Grayscale: #DEDEDE. Windows color (decimal): -5243209 or 12058287. OLE color: 12058287.

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

Color convert

RGB175254183-
CMYK0.3100.280.00
HSL126.08º97.53%84.12%-
HSV(B)126.08º31.1%99.61%-
XYZ61.6783.4257.65-
YUV222.28105.8394.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 254 (99.61% from 255) = 41.50%
BLUE value IS 183 (71.88% from 255) = 29.90%
R=28.59%
G=41.50%
B=29.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541830.3100.280.00126.0897.5384.12
HexAFFEB71F01C07e6254
Octal257376267370340176142124
Binary101011111111111010110111111110111000111111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEB7; }

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

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

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

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

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

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

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

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