Shades of Fringy Flower #AFFFC2
Tints of Fringy Flower #AFFFC2
RGB
CMYK
RGB Variations
Color information
#AFFFC2 (or 0xAFFFC2) is known color: Fringy Flower. HEX triplet: AF, FF and C2. RGB value is (175,255,194). Sum of RGB (Red+Green+Blue) = 175+255+194=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC2 is #50003D. Grayscale: #E0E0E0. Windows color (decimal): -5242942 or 12779439. OLE color: 12779439.
HSL color Cylindrical-coordinate representation of color #AFFFC2: hue angle of 134.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFC2 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 194 | - |
| CMYK | 0.31 | 0 | 0.24 | 0 |
| HSL | 134.25º | 1% | 0.84% | - |
| HSV(B) | 134.25º | 0.31% | 1% | - |
| XYZ | 63.18 | 84.53 | 64.02 | - |
| YUV | 224.13 | 111 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 194 | 0.31 | 0 | 0.24 | 0 | 134.25 | 1 | 0.84 |
| Hex | AF | FF | C2 | 1F | 0 | 18 | 0 | 86 | 64 | 54 |
| Octal | 257 | 377 | 302 | 37 | 0 | 30 | 0 | 206 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11000010 | 11111 | 0 | 11000 | 0 | 10000110 | 1100100 | 1010100 |
Color Harmonies of #AFFFC2
Complementary color
Monochromatic Colors of #AFFFC2
Black with #AFFFC2
Text Example
Text Example
White with #AFFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFC2; }
p { color: rgb(175,255,194); }
H1.HeaderClassName
{
color: #AFFFC2;
}
.AnyTagClassName
{
color: #AFFFC2;
}
</style>
background-color css
<style>
a { background-color: #AFFFC2; }
a { background-color: rgb(175,255,194); }
div.DivClassName
{
background-color: #AFFFC2;
}
.BgClassName
{
background-color: #AFFFC2;
}
</style>
border-color css
<style>
span { border-color: #AFFFC2; }
span { border-color: rgb(175,255,194); }
td.TdClassName
{
border-color: #AFFFC2;
}
.TagClassName
{
border-color: #AFFFC2;
}
</style>