Shades of Fringy Flower #C0EEBF
Tints of Fringy Flower #C0EEBF
RGB
CMYK
RGB Variations
Color information
#C0EEBF (or 0xC0EEBF) is known color: Fringy Flower. HEX triplet: C0, EE and BF. RGB value is (192,238,191). Sum of RGB (Red+Green+Blue) = 192+238+191=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EEBF is #3F1140. Grayscale: #DBDBDB. Windows color (decimal): -4133185 or 12578496. OLE color: 12578496.
HSL color Cylindrical-coordinate representation of color #C0EEBF: hue angle of 118.72º degrees, saturation: 0.58, 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 #C0EEBF is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 191 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.07 |
| HSL | 118.72º | 0.58% | 0.84% | - |
| HSV(B) | 118.72º | 0.2% | 0.93% | - |
| XYZ | 61.72 | 76.12 | 60.73 | - |
| YUV | 218.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 191 | 0.19 | 0 | 0.20 | 0.07 | 118.72 | 0.58 | 0.84 |
| Hex | C0 | EE | BF | 13 | 0 | 14 | 7 | 77 | 3A | 54 |
| Octal | 300 | 356 | 277 | 23 | 0 | 24 | 7 | 167 | 72 | 124 |
| Binary | 11000000 | 11101110 | 10111111 | 10011 | 0 | 10100 | 111 | 1110111 | 111010 | 1010100 |
Color Harmonies of #C0EEBF
Complementary color
Monochromatic Colors of #C0EEBF
Black with #C0EEBF
Text Example
Text Example
White with #C0EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EEBF; }
p { color: rgb(192,238,191); }
H1.HeaderClassName
{
color: #C0EEBF;
}
.AnyTagClassName
{
color: #C0EEBF;
}
</style>
background-color css
<style>
a { background-color: #C0EEBF; }
a { background-color: rgb(192,238,191); }
div.DivClassName
{
background-color: #C0EEBF;
}
.BgClassName
{
background-color: #C0EEBF;
}
</style>
border-color css
<style>
span { border-color: #C0EEBF; }
span { border-color: rgb(192,238,191); }
td.TdClassName
{
border-color: #C0EEBF;
}
.TagClassName
{
border-color: #C0EEBF;
}
</style>