Shades of Fringy Flower #C0F2BD
Tints of Fringy Flower #C0F2BD
RGB
CMYK
RGB Variations
Color information
#C0F2BD (or 0xC0F2BD) is known color: Fringy Flower. HEX triplet: C0, F2 and BD. RGB value is (192,242,189). Sum of RGB (Red+Green+Blue) = 192+242+189=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2BD is #3F0D42. Grayscale: #DDDDDD. Windows color (decimal): -4132163 or 12448448. OLE color: 12448448.
HSL color Cylindrical-coordinate representation of color #C0F2BD: hue angle of 116.6º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F2BD is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 189 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.05 |
| HSL | 116.6º | 0.67% | 0.85% | - |
| HSV(B) | 116.6º | 0.22% | 0.95% | - |
| XYZ | 62.68 | 78.38 | 59.97 | - |
| YUV | 221.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 189 | 0.21 | 0 | 0.22 | 0.05 | 116.6 | 0.67 | 0.85 |
| Hex | C0 | F2 | BD | 15 | 0 | 16 | 5 | 75 | 43 | 55 |
| Octal | 300 | 362 | 275 | 25 | 0 | 26 | 5 | 165 | 103 | 125 |
| Binary | 11000000 | 11110010 | 10111101 | 10101 | 0 | 10110 | 101 | 1110101 | 1000011 | 1010101 |
Color Harmonies of #C0F2BD
Complementary color
Monochromatic Colors of #C0F2BD
Black with #C0F2BD
Text Example
Text Example
White with #C0F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2BD; }
p { color: rgb(192,242,189); }
H1.HeaderClassName
{
color: #C0F2BD;
}
.AnyTagClassName
{
color: #C0F2BD;
}
</style>
background-color css
<style>
a { background-color: #C0F2BD; }
a { background-color: rgb(192,242,189); }
div.DivClassName
{
background-color: #C0F2BD;
}
.BgClassName
{
background-color: #C0F2BD;
}
</style>
border-color css
<style>
span { border-color: #C0F2BD; }
span { border-color: rgb(192,242,189); }
td.TdClassName
{
border-color: #C0F2BD;
}
.TagClassName
{
border-color: #C0F2BD;
}
</style>