Shades of Humming Bird #C4FDF0
Tints of Humming Bird #C4FDF0
RGB
CMYK
RGB Variations
Color information
#C4FDF0 (or 0xC4FDF0) is known color: Humming Bird. HEX triplet: C4, FD and F0. RGB value is (196,253,240). Sum of RGB (Red+Green+Blue) = 196+253+240=689 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.45% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #C4FDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FDF0 is #3B020F. Grayscale: #EAEAEA. Windows color (decimal): -3867152 or 15793604. OLE color: 15793604.
HSL color Cylindrical-coordinate representation of color #C4FDF0: hue angle of 166.32º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FDF0 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 253 | 240 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.01 |
| HSL | 166.32º | 0.93% | 0.88% | - |
| HSV(B) | 166.32º | 0.23% | 0.99% | - |
| XYZ | 73.62 | 88.28 | 95.6 | - |
| YUV | 234.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 253 | 240 | 0.23 | 0 | 0.05 | 0.01 | 166.32 | 0.93 | 0.88 |
| Hex | C4 | FD | F0 | 17 | 0 | 5 | 1 | A6 | 5D | 58 |
| Octal | 304 | 375 | 360 | 27 | 0 | 5 | 1 | 246 | 135 | 130 |
| Binary | 11000100 | 11111101 | 11110000 | 10111 | 0 | 101 | 1 | 10100110 | 1011101 | 1011000 |
Color Harmonies of #C4FDF0
Complementary color
Monochromatic Colors of #C4FDF0
Black with #C4FDF0
Text Example
Text Example
White with #C4FDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FDF0; }
p { color: rgb(196,253,240); }
H1.HeaderClassName
{
color: #C4FDF0;
}
.AnyTagClassName
{
color: #C4FDF0;
}
</style>
background-color css
<style>
a { background-color: #C4FDF0; }
a { background-color: rgb(196,253,240); }
div.DivClassName
{
background-color: #C4FDF0;
}
.BgClassName
{
background-color: #C4FDF0;
}
</style>
border-color css
<style>
span { border-color: #C4FDF0; }
span { border-color: rgb(196,253,240); }
td.TdClassName
{
border-color: #C4FDF0;
}
.TagClassName
{
border-color: #C4FDF0;
}
</style>