Shades of Humming Bird #C4FEED
Tints of Humming Bird #C4FEED
RGB
CMYK
RGB Variations
Color information
#C4FEED (or 0xC4FEED) is known color: Humming Bird. HEX triplet: C4, FE and ED. RGB value is (196,254,237). Sum of RGB (Red+Green+Blue) = 196+254+237=687 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.53% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FEED is #3B0112. Grayscale: #EAEAEA. Windows color (decimal): -3866899 or 15597252. OLE color: 15597252.
HSL color Cylindrical-coordinate representation of color #C4FEED: hue angle of 162.41º 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 #C4FEED is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 237 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.00 |
| HSL | 162.41º | 0.97% | 0.88% | - |
| HSV(B) | 162.41º | 0.23% | 1% | - |
| XYZ | 73.49 | 88.73 | 93.37 | - |
| YUV | 234.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 237 | 0.23 | 0 | 0.07 | 0.00 | 162.41 | 0.97 | 0.88 |
| Hex | C4 | FE | ED | 17 | 0 | 7 | 0 | A2 | 61 | 58 |
| Octal | 304 | 376 | 355 | 27 | 0 | 7 | 0 | 242 | 141 | 130 |
| Binary | 11000100 | 11111110 | 11101101 | 10111 | 0 | 111 | 0 | 10100010 | 1100001 | 1011000 |
Color Harmonies of #C4FEED
Complementary color
Monochromatic Colors of #C4FEED
Black with #C4FEED
Text Example
Text Example
White with #C4FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FEED; }
p { color: rgb(196,254,237); }
H1.HeaderClassName
{
color: #C4FEED;
}
.AnyTagClassName
{
color: #C4FEED;
}
</style>
background-color css
<style>
a { background-color: #C4FEED; }
a { background-color: rgb(196,254,237); }
div.DivClassName
{
background-color: #C4FEED;
}
.BgClassName
{
background-color: #C4FEED;
}
</style>
border-color css
<style>
span { border-color: #C4FEED; }
span { border-color: rgb(196,254,237); }
td.TdClassName
{
border-color: #C4FEED;
}
.TagClassName
{
border-color: #C4FEED;
}
</style>