Shades of Humming Bird #C5FEED
Tints of Humming Bird #C5FEED
RGB
CMYK
RGB Variations
Color information
#C5FEED (or 0xC5FEED) is known color: Humming Bird. HEX triplet: C5, FE and ED. RGB value is (197,254,237). Sum of RGB (Red+Green+Blue) = 197+254+237=688 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.63% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEED is #3A0112. Grayscale: #EBEBEB. Windows color (decimal): -3801363 or 15597253. OLE color: 15597253.
HSL color Cylindrical-coordinate representation of color #C5FEED: hue angle of 162.11º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FEED is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 237 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.00 |
| HSL | 162.11º | 0.97% | 0.88% | - |
| HSV(B) | 162.11º | 0.22% | 1% | - |
| XYZ | 73.75 | 88.87 | 93.39 | - |
| YUV | 235.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 237 | 0.22 | 0 | 0.07 | 0.00 | 162.11 | 0.97 | 0.88 |
| Hex | C5 | FE | ED | 16 | 0 | 7 | 0 | A2 | 61 | 58 |
| Octal | 305 | 376 | 355 | 26 | 0 | 7 | 0 | 242 | 141 | 130 |
| Binary | 11000101 | 11111110 | 11101101 | 10110 | 0 | 111 | 0 | 10100010 | 1100001 | 1011000 |
Color Harmonies of #C5FEED
Complementary color
Monochromatic Colors of #C5FEED
Black with #C5FEED
Text Example
Text Example
White with #C5FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FEED; }
p { color: rgb(197,254,237); }
H1.HeaderClassName
{
color: #C5FEED;
}
.AnyTagClassName
{
color: #C5FEED;
}
</style>
background-color css
<style>
a { background-color: #C5FEED; }
a { background-color: rgb(197,254,237); }
div.DivClassName
{
background-color: #C5FEED;
}
.BgClassName
{
background-color: #C5FEED;
}
</style>
border-color css
<style>
span { border-color: #C5FEED; }
span { border-color: rgb(197,254,237); }
td.TdClassName
{
border-color: #C5FEED;
}
.TagClassName
{
border-color: #C5FEED;
}
</style>