Shades of Fringy Flower #C1EEBF
Tints of Fringy Flower #C1EEBF
RGB
CMYK
RGB Variations
Color information
#C1EEBF (or 0xC1EEBF) is known color: Fringy Flower. HEX triplet: C1, EE and BF. RGB value is (193,238,191). Sum of RGB (Red+Green+Blue) = 193+238+191=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #C1EEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EEBF is #3E1140. Grayscale: #DBDBDB. Windows color (decimal): -4067649 or 12578497. OLE color: 12578497.
HSL color Cylindrical-coordinate representation of color #C1EEBF: hue angle of 117.45º 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 #C1EEBF is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 238 | 191 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.07 |
| HSL | 117.45º | 0.58% | 0.84% | - |
| HSV(B) | 117.45º | 0.2% | 0.93% | - |
| XYZ | 61.97 | 76.25 | 60.74 | - |
| YUV | 219.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 238 | 191 | 0.19 | 0 | 0.20 | 0.07 | 117.45 | 0.58 | 0.84 |
| Hex | C1 | EE | BF | 13 | 0 | 14 | 7 | 75 | 3A | 54 |
| Octal | 301 | 356 | 277 | 23 | 0 | 24 | 7 | 165 | 72 | 124 |
| Binary | 11000001 | 11101110 | 10111111 | 10011 | 0 | 10100 | 111 | 1110101 | 111010 | 1010100 |
Color Harmonies of #C1EEBF
Complementary color
Monochromatic Colors of #C1EEBF
Black with #C1EEBF
Text Example
Text Example
White with #C1EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EEBF; }
p { color: rgb(193,238,191); }
H1.HeaderClassName
{
color: #C1EEBF;
}
.AnyTagClassName
{
color: #C1EEBF;
}
</style>
background-color css
<style>
a { background-color: #C1EEBF; }
a { background-color: rgb(193,238,191); }
div.DivClassName
{
background-color: #C1EEBF;
}
.BgClassName
{
background-color: #C1EEBF;
}
</style>
border-color css
<style>
span { border-color: #C1EEBF; }
span { border-color: rgb(193,238,191); }
td.TdClassName
{
border-color: #C1EEBF;
}
.TagClassName
{
border-color: #C1EEBF;
}
</style>