Shades of Fringy Flower #C2EFC1
Tints of Fringy Flower #C2EFC1
RGB
CMYK
RGB Variations
Color information
#C2EFC1 (or 0xC2EFC1) is known color: Fringy Flower. HEX triplet: C2, EF and C1. RGB value is (194,239,193). Sum of RGB (Red+Green+Blue) = 194+239+193=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EFC1 is #3D103E. Grayscale: #DCDCDC. Windows color (decimal): -4001855 or 12709826. OLE color: 12709826.
HSL color Cylindrical-coordinate representation of color #C2EFC1: hue angle of 118.7º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2EFC1 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 193 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.06 |
| HSL | 118.7º | 0.59% | 0.85% | - |
| HSV(B) | 118.7º | 0.19% | 0.94% | - |
| XYZ | 62.74 | 77.05 | 62.02 | - |
| YUV | 220.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 193 | 0.19 | 0 | 0.19 | 0.06 | 118.7 | 0.59 | 0.85 |
| Hex | C2 | EF | C1 | 13 | 0 | 13 | 6 | 77 | 3B | 55 |
| Octal | 302 | 357 | 301 | 23 | 0 | 23 | 6 | 167 | 73 | 125 |
| Binary | 11000010 | 11101111 | 11000001 | 10011 | 0 | 10011 | 110 | 1110111 | 111011 | 1010101 |
Color Harmonies of #C2EFC1
Complementary color
Monochromatic Colors of #C2EFC1
Black with #C2EFC1
Text Example
Text Example
White with #C2EFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EFC1; }
p { color: rgb(194,239,193); }
H1.HeaderClassName
{
color: #C2EFC1;
}
.AnyTagClassName
{
color: #C2EFC1;
}
</style>
background-color css
<style>
a { background-color: #C2EFC1; }
a { background-color: rgb(194,239,193); }
div.DivClassName
{
background-color: #C2EFC1;
}
.BgClassName
{
background-color: #C2EFC1;
}
</style>
border-color css
<style>
span { border-color: #C2EFC1; }
span { border-color: rgb(194,239,193); }
td.TdClassName
{
border-color: #C2EFC1;
}
.TagClassName
{
border-color: #C2EFC1;
}
</style>