#AFEFB7

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

Shades of Fringy Flower #AFEFB7

Tints of Fringy Flower #AFEFB7

Color information

#AFEFB7 (or 0xAFEFB7) is unknown color: approx Fringy Flower. HEX triplet: AF, EF and B7. RGB value is (175,239,183). Sum of RGB (Red+Green+Blue) = 175+239+183=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFB7 is #501048. Grayscale: #D5D5D5. Windows color (decimal): -5247049 or 12054447. OLE color: 12054447.

HSL color Cylindrical-coordinate representation of color #AFEFB7: hue angle of 127.5º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFB7 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB175239183-
CMYK0.2700.230.06
HSL127.5º66.67%81.18%-
HSV(B)127.5º26.78%93.73%-
XYZ57.0974.2756.13-
YUV213.48110.8100.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 183 (71.88% from 255) = 30.65%
R=29.31%
G=40.03%
B=30.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752391830.2700.230.06127.566.6781.18
HexAFEFB71B01767f4351
Octal257357267330276177103121
Binary10101111111011111011011111011010111110111111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFB7; }

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

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

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

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

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

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

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

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