#AFFDB7

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

Shades of Fringy Flower #AFFDB7

Tints of Fringy Flower #AFFDB7

Color information

#AFFDB7 (or 0xAFFDB7) is unknown color: approx Fringy Flower. HEX triplet: AF, FD and B7. RGB value is (175,253,183). Sum of RGB (Red+Green+Blue) = 175+253+183=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 183 (71.88% from 255 or 29.95% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDB7 is #500248. Grayscale: #DDDDDD. Windows color (decimal): -5243465 or 12058031. OLE color: 12058031.

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

Color convert

RGB175253183-
CMYK0.3100.280.01
HSL126.15º95.12%83.92%-
HSV(B)126.15º30.83%99.22%-
XYZ61.3582.7857.54-
YUV221.7106.1694.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 253 (99.22% from 255) = 41.41%
BLUE value IS 183 (71.88% from 255) = 29.95%
R=28.64%
G=41.41%
B=29.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531830.3100.280.01126.1595.1283.92
HexAFFDB71F01C17e5f54
Octal257375267370341176137124
Binary101011111111110110110111111110111001111111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDB7; }

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

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

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

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

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

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

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

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