Shades of Fringy Flower #C0EDBF
Tints of Fringy Flower #C0EDBF
RGB
CMYK
RGB Variations
Color information
#C0EDBF (or 0xC0EDBF) is known color: Fringy Flower. HEX triplet: C0, ED and BF. RGB value is (192,237,191). Sum of RGB (Red+Green+Blue) = 192+237+191=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDBF is #3F1240. Grayscale: #DADADA. Windows color (decimal): -4133441 or 12578240. OLE color: 12578240.
HSL color Cylindrical-coordinate representation of color #C0EDBF: hue angle of 118.7º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EDBF is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 191 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.07 |
| HSL | 118.7º | 0.56% | 0.84% | - |
| HSV(B) | 118.7º | 0.19% | 0.93% | - |
| XYZ | 61.43 | 75.54 | 60.63 | - |
| YUV | 218.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 191 | 0.19 | 0 | 0.19 | 0.07 | 118.7 | 0.56 | 0.84 |
| Hex | C0 | ED | BF | 13 | 0 | 13 | 7 | 77 | 38 | 54 |
| Octal | 300 | 355 | 277 | 23 | 0 | 23 | 7 | 167 | 70 | 124 |
| Binary | 11000000 | 11101101 | 10111111 | 10011 | 0 | 10011 | 111 | 1110111 | 111000 | 1010100 |
Color Harmonies of #C0EDBF
Complementary color
Monochromatic Colors of #C0EDBF
Black with #C0EDBF
Text Example
Text Example
White with #C0EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDBF; }
p { color: rgb(192,237,191); }
H1.HeaderClassName
{
color: #C0EDBF;
}
.AnyTagClassName
{
color: #C0EDBF;
}
</style>
background-color css
<style>
a { background-color: #C0EDBF; }
a { background-color: rgb(192,237,191); }
div.DivClassName
{
background-color: #C0EDBF;
}
.BgClassName
{
background-color: #C0EDBF;
}
</style>
border-color css
<style>
span { border-color: #C0EDBF; }
span { border-color: rgb(192,237,191); }
td.TdClassName
{
border-color: #C0EDBF;
}
.TagClassName
{
border-color: #C0EDBF;
}
</style>