#AFF7BD

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

Shades of Fringy Flower #AFF7BD

Tints of Fringy Flower #AFF7BD

Color information

#AFF7BD (or 0xAFF7BD) is unknown color: approx Fringy Flower. HEX triplet: AF, F7 and BD. RGB value is (175,247,189). Sum of RGB (Red+Green+Blue) = 175+247+189=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7BD is #500842. Grayscale: #DBDBDB. Windows color (decimal): -5244995 or 12449711. OLE color: 12449711.

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

Color convert

RGB175247189-
CMYK0.2900.230.03
HSL131.67º81.82%82.75%-
HSV(B)131.67º29.15%96.86%-
XYZ60.1379.3160.28-
YUV218.86111.1596.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 247 (96.88% from 255) = 40.43%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=28.64%
G=40.43%
B=30.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752471890.2900.230.03131.6781.8282.75
HexAFF7BD1D0173845253
Octal257367275350273204122123
Binary10101111111101111011110111101010111111000010010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF7BD; }

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

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

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

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

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

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

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

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