Shades of Fringy Flower #C0EEBE
Tints of Fringy Flower #C0EEBE
RGB
CMYK
RGB Variations
Color information
#C0EEBE (or 0xC0EEBE) is known color: Fringy Flower. HEX triplet: C0, EE and BE. RGB value is (192,238,190). Sum of RGB (Red+Green+Blue) = 192+238+190=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EEBE is #3F1141. Grayscale: #DADADA. Windows color (decimal): -4133186 or 12512960. OLE color: 12512960.
HSL color Cylindrical-coordinate representation of color #C0EEBE: hue angle of 117.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0EEBE is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 190 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.07 |
| HSL | 117.5º | 0.59% | 0.84% | - |
| HSV(B) | 117.5º | 0.2% | 0.93% | - |
| XYZ | 61.61 | 76.07 | 60.15 | - |
| YUV | 218.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 190 | 0.19 | 0 | 0.20 | 0.07 | 117.5 | 0.59 | 0.84 |
| Hex | C0 | EE | BE | 13 | 0 | 14 | 7 | 76 | 3B | 54 |
| Octal | 300 | 356 | 276 | 23 | 0 | 24 | 7 | 166 | 73 | 124 |
| Binary | 11000000 | 11101110 | 10111110 | 10011 | 0 | 10100 | 111 | 1110110 | 111011 | 1010100 |
Color Harmonies of #C0EEBE
Complementary color
Monochromatic Colors of #C0EEBE
Black with #C0EEBE
Text Example
Text Example
White with #C0EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EEBE; }
p { color: rgb(192,238,190); }
H1.HeaderClassName
{
color: #C0EEBE;
}
.AnyTagClassName
{
color: #C0EEBE;
}
</style>
background-color css
<style>
a { background-color: #C0EEBE; }
a { background-color: rgb(192,238,190); }
div.DivClassName
{
background-color: #C0EEBE;
}
.BgClassName
{
background-color: #C0EEBE;
}
</style>
border-color css
<style>
span { border-color: #C0EEBE; }
span { border-color: rgb(192,238,190); }
td.TdClassName
{
border-color: #C0EEBE;
}
.TagClassName
{
border-color: #C0EEBE;
}
</style>