Shades of Humming Bird #C5FCE1
Tints of Humming Bird #C5FCE1
RGB
CMYK
RGB Variations
Color information
#C5FCE1 (or 0xC5FCE1) is known color: Humming Bird. HEX triplet: C5, FC and E1. RGB value is (197,252,225). Sum of RGB (Red+Green+Blue) = 197+252+225=674 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.23% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FCE1 is #3A031E. Grayscale: #E8E8E8. Windows color (decimal): -3801887 or 14810309. OLE color: 14810309.
HSL color Cylindrical-coordinate representation of color #C5FCE1: hue angle of 150.55º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FCE1 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 225 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.01 |
| HSL | 150.55º | 0.9% | 0.88% | - |
| HSV(B) | 150.55º | 0.22% | 0.99% | - |
| XYZ | 71.43 | 86.93 | 84.25 | - |
| YUV | 232.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 225 | 0.22 | 0 | 0.11 | 0.01 | 150.55 | 0.9 | 0.88 |
| Hex | C5 | FC | E1 | 16 | 0 | B | 1 | 97 | 5A | 58 |
| Octal | 305 | 374 | 341 | 26 | 0 | 13 | 1 | 227 | 132 | 130 |
| Binary | 11000101 | 11111100 | 11100001 | 10110 | 0 | 1011 | 1 | 10010111 | 1011010 | 1011000 |
Color Harmonies of #C5FCE1
Complementary color
Monochromatic Colors of #C5FCE1
Black with #C5FCE1
Text Example
Text Example
White with #C5FCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCE1; }
p { color: rgb(197,252,225); }
H1.HeaderClassName
{
color: #C5FCE1;
}
.AnyTagClassName
{
color: #C5FCE1;
}
</style>
background-color css
<style>
a { background-color: #C5FCE1; }
a { background-color: rgb(197,252,225); }
div.DivClassName
{
background-color: #C5FCE1;
}
.BgClassName
{
background-color: #C5FCE1;
}
</style>
border-color css
<style>
span { border-color: #C5FCE1; }
span { border-color: rgb(197,252,225); }
td.TdClassName
{
border-color: #C5FCE1;
}
.TagClassName
{
border-color: #C5FCE1;
}
</style>