Shades of Fringy Flower #C1F2BF
Tints of Fringy Flower #C1F2BF
RGB
CMYK
RGB Variations
Color information
#C1F2BF (or 0xC1F2BF) is known color: Fringy Flower. HEX triplet: C1, F2 and BF. RGB value is (193,242,191). Sum of RGB (Red+Green+Blue) = 193+242+191=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F2BF is #3E0D40. Grayscale: #DDDDDD. Windows color (decimal): -4066625 or 12579521. OLE color: 12579521.
HSL color Cylindrical-coordinate representation of color #C1F2BF: hue angle of 117.65º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1F2BF is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 242 | 191 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.05 |
| HSL | 117.65º | 0.66% | 0.85% | - |
| HSV(B) | 117.65º | 0.21% | 0.95% | - |
| XYZ | 63.15 | 78.6 | 61.13 | - |
| YUV | 221.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 242 | 191 | 0.20 | 0 | 0.21 | 0.05 | 117.65 | 0.66 | 0.85 |
| Hex | C1 | F2 | BF | 14 | 0 | 15 | 5 | 76 | 42 | 55 |
| Octal | 301 | 362 | 277 | 24 | 0 | 25 | 5 | 166 | 102 | 125 |
| Binary | 11000001 | 11110010 | 10111111 | 10100 | 0 | 10101 | 101 | 1110110 | 1000010 | 1010101 |
Color Harmonies of #C1F2BF
Complementary color
Monochromatic Colors of #C1F2BF
Black with #C1F2BF
Text Example
Text Example
White with #C1F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F2BF; }
p { color: rgb(193,242,191); }
H1.HeaderClassName
{
color: #C1F2BF;
}
.AnyTagClassName
{
color: #C1F2BF;
}
</style>
background-color css
<style>
a { background-color: #C1F2BF; }
a { background-color: rgb(193,242,191); }
div.DivClassName
{
background-color: #C1F2BF;
}
.BgClassName
{
background-color: #C1F2BF;
}
</style>
border-color css
<style>
span { border-color: #C1F2BF; }
span { border-color: rgb(193,242,191); }
td.TdClassName
{
border-color: #C1F2BF;
}
.TagClassName
{
border-color: #C1F2BF;
}
</style>