#AFF4BD

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

Shades of Fringy Flower #AFF4BD

Tints of Fringy Flower #AFF4BD

Color information

#AFF4BD (or 0xAFF4BD) is unknown color: approx Fringy Flower. HEX triplet: AF, F4 and BD. RGB value is (175,244,189). Sum of RGB (Red+Green+Blue) = 175+244+189=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4BD is #500B42. Grayscale: #D9D9D9. Windows color (decimal): -5245763 or 12448943. OLE color: 12448943.

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

Color convert

RGB175244189-
CMYK0.2800.230.04
HSL132.17º75.82%82.16%-
HSV(B)132.17º28.28%95.69%-
XYZ59.2277.4959.98-
YUV217.1112.1497.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 244 (95.70% from 255) = 40.13%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=28.78%
G=40.13%
B=31.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752441890.2800.230.04132.1775.8282.16
HexAFF4BD1C0174844c52
Octal257364275340274204114122
Binary101011111111010010111101111000101111001000010010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4BD; }

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

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

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

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

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

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

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

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