Shades of Humming Bird #C5FBE5
Tints of Humming Bird #C5FBE5
RGB
CMYK
RGB Variations
Color information
#C5FBE5 (or 0xC5FBE5) is known color: Humming Bird. HEX triplet: C5, FB and E5. RGB value is (197,251,229). Sum of RGB (Red+Green+Blue) = 197+251+229=677 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.10% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FBE5 is #3A041A. Grayscale: #E8E8E8. Windows color (decimal): -3802139 or 15072197. OLE color: 15072197.
HSL color Cylindrical-coordinate representation of color #C5FBE5: hue angle of 155.56º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FBE5 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 229 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.02 |
| HSL | 155.56º | 0.87% | 0.88% | - |
| HSV(B) | 155.56º | 0.22% | 0.98% | - |
| XYZ | 71.67 | 86.52 | 87.05 | - |
| YUV | 232.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 229 | 0.22 | 0 | 0.09 | 0.02 | 155.56 | 0.87 | 0.88 |
| Hex | C5 | FB | E5 | 16 | 0 | 9 | 2 | 9C | 57 | 58 |
| Octal | 305 | 373 | 345 | 26 | 0 | 11 | 2 | 234 | 127 | 130 |
| Binary | 11000101 | 11111011 | 11100101 | 10110 | 0 | 1001 | 10 | 10011100 | 1010111 | 1011000 |
Color Harmonies of #C5FBE5
Complementary color
Monochromatic Colors of #C5FBE5
Black with #C5FBE5
Text Example
Text Example
White with #C5FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FBE5; }
p { color: rgb(197,251,229); }
H1.HeaderClassName
{
color: #C5FBE5;
}
.AnyTagClassName
{
color: #C5FBE5;
}
</style>
background-color css
<style>
a { background-color: #C5FBE5; }
a { background-color: rgb(197,251,229); }
div.DivClassName
{
background-color: #C5FBE5;
}
.BgClassName
{
background-color: #C5FBE5;
}
</style>
border-color css
<style>
span { border-color: #C5FBE5; }
span { border-color: rgb(197,251,229); }
td.TdClassName
{
border-color: #C5FBE5;
}
.TagClassName
{
border-color: #C5FBE5;
}
</style>