Shades of Fringy Flower #C2EDBF
Tints of Fringy Flower #C2EDBF
RGB
CMYK
RGB Variations
Color information
#C2EDBF (or 0xC2EDBF) is known color: Fringy Flower. HEX triplet: C2, ED and BF. RGB value is (194,237,191). Sum of RGB (Red+Green+Blue) = 194+237+191=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDBF is #3D1240. Grayscale: #DBDBDB. Windows color (decimal): -4002369 or 12578242. OLE color: 12578242.
HSL color Cylindrical-coordinate representation of color #C2EDBF: hue angle of 116.09º 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 #C2EDBF is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 191 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.07 |
| HSL | 116.09º | 0.56% | 0.84% | - |
| HSV(B) | 116.09º | 0.19% | 0.93% | - |
| XYZ | 61.94 | 75.8 | 60.66 | - |
| YUV | 218.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 191 | 0.18 | 0 | 0.19 | 0.07 | 116.09 | 0.56 | 0.84 |
| Hex | C2 | ED | BF | 12 | 0 | 13 | 7 | 74 | 38 | 54 |
| Octal | 302 | 355 | 277 | 22 | 0 | 23 | 7 | 164 | 70 | 124 |
| Binary | 11000010 | 11101101 | 10111111 | 10010 | 0 | 10011 | 111 | 1110100 | 111000 | 1010100 |
Color Harmonies of #C2EDBF
Complementary color
Monochromatic Colors of #C2EDBF
Black with #C2EDBF
Text Example
Text Example
White with #C2EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDBF; }
p { color: rgb(194,237,191); }
H1.HeaderClassName
{
color: #C2EDBF;
}
.AnyTagClassName
{
color: #C2EDBF;
}
</style>
background-color css
<style>
a { background-color: #C2EDBF; }
a { background-color: rgb(194,237,191); }
div.DivClassName
{
background-color: #C2EDBF;
}
.BgClassName
{
background-color: #C2EDBF;
}
</style>
border-color css
<style>
span { border-color: #C2EDBF; }
span { border-color: rgb(194,237,191); }
td.TdClassName
{
border-color: #C2EDBF;
}
.TagClassName
{
border-color: #C2EDBF;
}
</style>