Shades of Humming Bird #C5FBE2
Tints of Humming Bird #C5FBE2
RGB
CMYK
RGB Variations
Color information
#C5FBE2 (or 0xC5FBE2) is known color: Humming Bird. HEX triplet: C5, FB and E2. RGB value is (197,251,226). Sum of RGB (Red+Green+Blue) = 197+251+226=674 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.23% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 226 (88.67% from 255 or 33.53% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FBE2 is #3A041D. Grayscale: #E8E8E8. Windows color (decimal): -3802142 or 14875589. OLE color: 14875589.
HSL color Cylindrical-coordinate representation of color #C5FBE2: hue angle of 152.22º 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 #C5FBE2 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 226 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.02 |
| HSL | 152.22º | 0.87% | 0.88% | - |
| HSV(B) | 152.22º | 0.22% | 0.98% | - |
| XYZ | 71.25 | 86.36 | 84.86 | - |
| YUV | 232 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 226 | 0.22 | 0 | 0.10 | 0.02 | 152.22 | 0.87 | 0.88 |
| Hex | C5 | FB | E2 | 16 | 0 | A | 2 | 98 | 57 | 58 |
| Octal | 305 | 373 | 342 | 26 | 0 | 12 | 2 | 230 | 127 | 130 |
| Binary | 11000101 | 11111011 | 11100010 | 10110 | 0 | 1010 | 10 | 10011000 | 1010111 | 1011000 |
Color Harmonies of #C5FBE2
Complementary color
Monochromatic Colors of #C5FBE2
Black with #C5FBE2
Text Example
Text Example
White with #C5FBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FBE2; }
p { color: rgb(197,251,226); }
H1.HeaderClassName
{
color: #C5FBE2;
}
.AnyTagClassName
{
color: #C5FBE2;
}
</style>
background-color css
<style>
a { background-color: #C5FBE2; }
a { background-color: rgb(197,251,226); }
div.DivClassName
{
background-color: #C5FBE2;
}
.BgClassName
{
background-color: #C5FBE2;
}
</style>
border-color css
<style>
span { border-color: #C5FBE2; }
span { border-color: rgb(197,251,226); }
td.TdClassName
{
border-color: #C5FBE2;
}
.TagClassName
{
border-color: #C5FBE2;
}
</style>