Shades of Humming Bird #C2FFE9
Tints of Humming Bird #C2FFE9
RGB
CMYK
RGB Variations
Color information
#C2FFE9 (or 0xC2FFE9) is known color: Humming Bird. HEX triplet: C2, FF and E9. RGB value is (194,255,233). Sum of RGB (Red+Green+Blue) = 194+255+233=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFE9 is #3D0016. Grayscale: #EAEAEA. Windows color (decimal): -3997719 or 15335362. OLE color: 15335362.
HSL color Cylindrical-coordinate representation of color #C2FFE9: hue angle of 158.36º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFE9 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 233 | - |
| CMYK | 0.24 | 0 | 0.09 | 0 |
| HSL | 158.36º | 1% | 0.88% | - |
| HSV(B) | 158.36º | 0.24% | 1% | - |
| XYZ | 72.72 | 88.87 | 90.41 | - |
| YUV | 234.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 233 | 0.24 | 0 | 0.09 | 0 | 158.36 | 1 | 0.88 |
| Hex | C2 | FF | E9 | 18 | 0 | 9 | 0 | 9E | 64 | 58 |
| Octal | 302 | 377 | 351 | 30 | 0 | 11 | 0 | 236 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11101001 | 11000 | 0 | 1001 | 0 | 10011110 | 1100100 | 1011000 |
Color Harmonies of #C2FFE9
Complementary color
Monochromatic Colors of #C2FFE9
Black with #C2FFE9
Text Example
Text Example
White with #C2FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFE9; }
p { color: rgb(194,255,233); }
H1.HeaderClassName
{
color: #C2FFE9;
}
.AnyTagClassName
{
color: #C2FFE9;
}
</style>
background-color css
<style>
a { background-color: #C2FFE9; }
a { background-color: rgb(194,255,233); }
div.DivClassName
{
background-color: #C2FFE9;
}
.BgClassName
{
background-color: #C2FFE9;
}
</style>
border-color css
<style>
span { border-color: #C2FFE9; }
span { border-color: rgb(194,255,233); }
td.TdClassName
{
border-color: #C2FFE9;
}
.TagClassName
{
border-color: #C2FFE9;
}
</style>