Shades of Fringy Flower #C0F3BE
Tints of Fringy Flower #C0F3BE
RGB
CMYK
RGB Variations
Color information
#C0F3BE (or 0xC0F3BE) is known color: Fringy Flower. HEX triplet: C0, F3 and BE. RGB value is (192,243,190). Sum of RGB (Red+Green+Blue) = 192+243+190=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3BE is #3F0C41. Grayscale: #DDDDDD. Windows color (decimal): -4131906 or 12514240. OLE color: 12514240.
HSL color Cylindrical-coordinate representation of color #C0F3BE: hue angle of 117.74º degrees, saturation: 0.69, 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 #C0F3BE is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 190 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.05 |
| HSL | 117.74º | 0.69% | 0.85% | - |
| HSV(B) | 117.74º | 0.22% | 0.95% | - |
| XYZ | 63.08 | 79.03 | 60.64 | - |
| YUV | 221.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 190 | 0.21 | 0 | 0.22 | 0.05 | 117.74 | 0.69 | 0.85 |
| Hex | C0 | F3 | BE | 15 | 0 | 16 | 5 | 76 | 45 | 55 |
| Octal | 300 | 363 | 276 | 25 | 0 | 26 | 5 | 166 | 105 | 125 |
| Binary | 11000000 | 11110011 | 10111110 | 10101 | 0 | 10110 | 101 | 1110110 | 1000101 | 1010101 |
Color Harmonies of #C0F3BE
Complementary color
Monochromatic Colors of #C0F3BE
Black with #C0F3BE
Text Example
Text Example
White with #C0F3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3BE; }
p { color: rgb(192,243,190); }
H1.HeaderClassName
{
color: #C0F3BE;
}
.AnyTagClassName
{
color: #C0F3BE;
}
</style>
background-color css
<style>
a { background-color: #C0F3BE; }
a { background-color: rgb(192,243,190); }
div.DivClassName
{
background-color: #C0F3BE;
}
.BgClassName
{
background-color: #C0F3BE;
}
</style>
border-color css
<style>
span { border-color: #C0F3BE; }
span { border-color: rgb(192,243,190); }
td.TdClassName
{
border-color: #C0F3BE;
}
.TagClassName
{
border-color: #C0F3BE;
}
</style>