Shades of Humming Bird #C5FDE4
Tints of Humming Bird #C5FDE4
RGB
CMYK
RGB Variations
Color information
#C5FDE4 (or 0xC5FDE4) is known color: Humming Bird. HEX triplet: C5, FD and E4. RGB value is (197,253,228). Sum of RGB (Red+Green+Blue) = 197+253+228=678 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.06% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FDE4 is #3A021B. Grayscale: #E9E9E9. Windows color (decimal): -3801628 or 15007173. OLE color: 15007173.
HSL color Cylindrical-coordinate representation of color #C5FDE4: hue angle of 153.21º 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 #C5FDE4 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 253 | 228 | - |
CMYK | 0.22 | 0 | 0.10 | 0.01 |
HSL | 153.21º | 0.93% | 0.88% | - |
HSV(B) | 153.21º | 0.22% | 0.99% | - |
XYZ | 72.15 | 87.72 | 86.53 | - |
YUV | 233.41 | 124.95 | 102.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 253 | 228 | 0.22 | 0 | 0.10 | 0.01 | 153.21 | 0.93 | 0.88 |
Hex | C5 | FD | E4 | 16 | 0 | A | 1 | 99 | 5D | 58 |
Octal | 305 | 375 | 344 | 26 | 0 | 12 | 1 | 231 | 135 | 130 |
Binary | 11000101 | 11111101 | 11100100 | 10110 | 0 | 1010 | 1 | 10011001 | 1011101 | 1011000 |
Color Harmonies of #C5FDE4
Complementary color
Monochromatic Colors of #C5FDE4
Black with #C5FDE4
Text Example
Text Example
White with #C5FDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FDE4; }
p { color: rgb(197,253,228); }
H1.HeaderClassName
{
color: #C5FDE4;
}
.AnyTagClassName
{
color: #C5FDE4;
}
</style>
background-color css
<style>
a { background-color: #C5FDE4; }
a { background-color: rgb(197,253,228); }
div.DivClassName
{
background-color: #C5FDE4;
}
.BgClassName
{
background-color: #C5FDE4;
}
</style>
border-color css
<style>
span { border-color: #C5FDE4; }
span { border-color: rgb(197,253,228); }
td.TdClassName
{
border-color: #C5FDE4;
}
.TagClassName
{
border-color: #C5FDE4;
}
</style>