Shades of Fringy Flower #ADF7C2
Tints of Fringy Flower #ADF7C2
RGB
CMYK
RGB Variations
Color information
#ADF7C2 (or 0xADF7C2) is known color: Fringy Flower. HEX triplet: AD, F7 and C2. RGB value is (173,247,194). Sum of RGB (Red+Green+Blue) = 173+247+194=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF7C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF7C2 is #52083D. Grayscale: #DADADA. Windows color (decimal): -5376062 or 12777389. OLE color: 12777389.
HSL color Cylindrical-coordinate representation of color #ADF7C2: hue angle of 137.03º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF7C2 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 194 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.03 |
| HSL | 137.03º | 0.82% | 0.82% | - |
| HSV(B) | 137.03º | 0.3% | 0.97% | - |
| XYZ | 60.23 | 79.3 | 63.17 | - |
| YUV | 218.83 | 113.98 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 194 | 0.30 | 0 | 0.21 | 0.03 | 137.03 | 0.82 | 0.82 |
| Hex | AD | F7 | C2 | 1E | 0 | 15 | 3 | 89 | 52 | 52 |
| Octal | 255 | 367 | 302 | 36 | 0 | 25 | 3 | 211 | 122 | 122 |
| Binary | 10101101 | 11110111 | 11000010 | 11110 | 0 | 10101 | 11 | 10001001 | 1010010 | 1010010 |
Color Harmonies of #ADF7C2
Complementary color
Monochromatic Colors of #ADF7C2
Black with #ADF7C2
Text Example
Text Example
White with #ADF7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF7C2; }
p { color: rgb(173,247,194); }
H1.HeaderClassName
{
color: #ADF7C2;
}
.AnyTagClassName
{
color: #ADF7C2;
}
</style>
background-color css
<style>
a { background-color: #ADF7C2; }
a { background-color: rgb(173,247,194); }
div.DivClassName
{
background-color: #ADF7C2;
}
.BgClassName
{
background-color: #ADF7C2;
}
</style>
border-color css
<style>
span { border-color: #ADF7C2; }
span { border-color: rgb(173,247,194); }
td.TdClassName
{
border-color: #ADF7C2;
}
.TagClassName
{
border-color: #ADF7C2;
}
</style>