Shades of Humming Bird #C4FEE8
Tints of Humming Bird #C4FEE8
RGB
CMYK
RGB Variations
Color information
#C4FEE8 (or 0xC4FEE8) is known color: Humming Bird. HEX triplet: C4, FE and E8. RGB value is (196,254,232). Sum of RGB (Red+Green+Blue) = 196+254+232=682 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.74% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FEE8 is #3B0117. Grayscale: #EAEAEA. Windows color (decimal): -3866904 or 15269572. OLE color: 15269572.
HSL color Cylindrical-coordinate representation of color #C4FEE8: hue angle of 157.24º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FEE8 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 232 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.00 |
| HSL | 157.24º | 0.97% | 0.88% | - |
| HSV(B) | 157.24º | 0.23% | 1% | - |
| XYZ | 72.77 | 88.45 | 89.58 | - |
| YUV | 234.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 232 | 0.23 | 0 | 0.09 | 0.00 | 157.24 | 0.97 | 0.88 |
| Hex | C4 | FE | E8 | 17 | 0 | 9 | 0 | 9D | 61 | 58 |
| Octal | 304 | 376 | 350 | 27 | 0 | 11 | 0 | 235 | 141 | 130 |
| Binary | 11000100 | 11111110 | 11101000 | 10111 | 0 | 1001 | 0 | 10011101 | 1100001 | 1011000 |
Color Harmonies of #C4FEE8
Complementary color
Monochromatic Colors of #C4FEE8
Black with #C4FEE8
Text Example
Text Example
White with #C4FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FEE8; }
p { color: rgb(196,254,232); }
H1.HeaderClassName
{
color: #C4FEE8;
}
.AnyTagClassName
{
color: #C4FEE8;
}
</style>
background-color css
<style>
a { background-color: #C4FEE8; }
a { background-color: rgb(196,254,232); }
div.DivClassName
{
background-color: #C4FEE8;
}
.BgClassName
{
background-color: #C4FEE8;
}
</style>
border-color css
<style>
span { border-color: #C4FEE8; }
span { border-color: rgb(196,254,232); }
td.TdClassName
{
border-color: #C4FEE8;
}
.TagClassName
{
border-color: #C4FEE8;
}
</style>