Shades of Humming Bird #C5FDE3
Tints of Humming Bird #C5FDE3
RGB
CMYK
RGB Variations
Color information
#C5FDE3 (or 0xC5FDE3) is known color: Humming Bird. HEX triplet: C5, FD and E3. RGB value is (197,253,227). Sum of RGB (Red+Green+Blue) = 197+253+227=677 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.10% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FDE3 is #3A021C. Grayscale: #E9E9E9. Windows color (decimal): -3801629 or 14941637. OLE color: 14941637.
HSL color Cylindrical-coordinate representation of color #C5FDE3: hue angle of 152.14º degrees, saturation: 0.93, 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 #C5FDE3 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 253 | 227 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.01 |
| HSL | 152.14º | 0.93% | 0.88% | - |
| HSV(B) | 152.14º | 0.22% | 0.99% | - |
| XYZ | 72.02 | 87.67 | 85.8 | - |
| YUV | 233.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 253 | 227 | 0.22 | 0 | 0.10 | 0.01 | 152.14 | 0.93 | 0.88 |
| Hex | C5 | FD | E3 | 16 | 0 | A | 1 | 98 | 5D | 58 |
| Octal | 305 | 375 | 343 | 26 | 0 | 12 | 1 | 230 | 135 | 130 |
| Binary | 11000101 | 11111101 | 11100011 | 10110 | 0 | 1010 | 1 | 10011000 | 1011101 | 1011000 |
Color Harmonies of #C5FDE3
Complementary color
Monochromatic Colors of #C5FDE3
Black with #C5FDE3
Text Example
Text Example
White with #C5FDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FDE3; }
p { color: rgb(197,253,227); }
H1.HeaderClassName
{
color: #C5FDE3;
}
.AnyTagClassName
{
color: #C5FDE3;
}
</style>
background-color css
<style>
a { background-color: #C5FDE3; }
a { background-color: rgb(197,253,227); }
div.DivClassName
{
background-color: #C5FDE3;
}
.BgClassName
{
background-color: #C5FDE3;
}
</style>
border-color css
<style>
span { border-color: #C5FDE3; }
span { border-color: rgb(197,253,227); }
td.TdClassName
{
border-color: #C5FDE3;
}
.TagClassName
{
border-color: #C5FDE3;
}
</style>