#AFF5BD

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

Shades of Fringy Flower #AFF5BD

Tints of Fringy Flower #AFF5BD

Color information

#AFF5BD (or 0xAFF5BD) is unknown color: approx Fringy Flower. HEX triplet: AF, F5 and BD. RGB value is (175,245,189). Sum of RGB (Red+Green+Blue) = 175+245+189=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5BD is #500A42. Grayscale: #D9D9D9. Windows color (decimal): -5245507 or 12449199. OLE color: 12449199.

HSL color Cylindrical-coordinate representation of color #AFF5BD: hue angle of 132º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5BD is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB175245189-
CMYK0.2900.230.04
HSL132º77.78%82.35%-
HSV(B)132º28.57%96.08%-
XYZ59.5278.0960.08-
YUV217.69111.8197.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 245 (96.09% from 255) = 40.23%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=28.74%
G=40.23%
B=31.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752451890.2900.230.0413277.7882.35
HexAFF5BD1D0174844e52
Octal257365275350274204116122
Binary101011111111010110111101111010101111001000010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5BD; }

 p { color: rgb(175,245,189); }

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

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

 a { background-color: rgb(175,245,189); }

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

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

 span { border-color: rgb(175,245,189); }

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