Shades of Fringy Flower #C2F0C0
Tints of Fringy Flower #C2F0C0
RGB
CMYK
RGB Variations
Color information
#C2F0C0 (or 0xC2F0C0) is known color: Fringy Flower. HEX triplet: C2, F0 and C0. RGB value is (194,240,192). Sum of RGB (Red+Green+Blue) = 194+240+192=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F0C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F0C0 is #3D0F3F. Grayscale: #DCDCDC. Windows color (decimal): -4001600 or 12644546. OLE color: 12644546.
HSL color Cylindrical-coordinate representation of color #C2F0C0: hue angle of 117.5º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F0C0 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 192 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.06 |
| HSL | 117.5º | 0.62% | 0.85% | - |
| HSV(B) | 117.5º | 0.2% | 0.94% | - |
| XYZ | 62.92 | 77.6 | 61.53 | - |
| YUV | 220.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 192 | 0.19 | 0 | 0.20 | 0.06 | 117.5 | 0.62 | 0.85 |
| Hex | C2 | F0 | C0 | 13 | 0 | 14 | 6 | 76 | 3E | 55 |
| Octal | 302 | 360 | 300 | 23 | 0 | 24 | 6 | 166 | 76 | 125 |
| Binary | 11000010 | 11110000 | 11000000 | 10011 | 0 | 10100 | 110 | 1110110 | 111110 | 1010101 |
Color Harmonies of #C2F0C0
Complementary color
Monochromatic Colors of #C2F0C0
Black with #C2F0C0
Text Example
Text Example
White with #C2F0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F0C0; }
p { color: rgb(194,240,192); }
H1.HeaderClassName
{
color: #C2F0C0;
}
.AnyTagClassName
{
color: #C2F0C0;
}
</style>
background-color css
<style>
a { background-color: #C2F0C0; }
a { background-color: rgb(194,240,192); }
div.DivClassName
{
background-color: #C2F0C0;
}
.BgClassName
{
background-color: #C2F0C0;
}
</style>
border-color css
<style>
span { border-color: #C2F0C0; }
span { border-color: rgb(194,240,192); }
td.TdClassName
{
border-color: #C2F0C0;
}
.TagClassName
{
border-color: #C2F0C0;
}
</style>