Shades of Humming Bird #C0FDE4
Tints of Humming Bird #C0FDE4
RGB
CMYK
RGB Variations
Color information
#C0FDE4 (or 0xC0FDE4) is known color: Humming Bird. HEX triplet: C0, FD and E4. RGB value is (192,253,228). Sum of RGB (Red+Green+Blue) = 192+253+228=673 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.53% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FDE4 is #3F021B. Grayscale: #E7E7E7. Windows color (decimal): -4129308 or 15007168. OLE color: 15007168.
HSL color Cylindrical-coordinate representation of color #C0FDE4: hue angle of 155.41º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FDE4 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 228 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.01 |
| HSL | 155.41º | 0.94% | 0.87% | - |
| HSV(B) | 155.41º | 0.24% | 0.99% | - |
| XYZ | 70.87 | 87.06 | 86.47 | - |
| YUV | 231.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 228 | 0.24 | 0 | 0.10 | 0.01 | 155.41 | 0.94 | 0.87 |
| Hex | C0 | FD | E4 | 18 | 0 | A | 1 | 9B | 5E | 57 |
| Octal | 300 | 375 | 344 | 30 | 0 | 12 | 1 | 233 | 136 | 127 |
| Binary | 11000000 | 11111101 | 11100100 | 11000 | 0 | 1010 | 1 | 10011011 | 1011110 | 1010111 |
Color Harmonies of #C0FDE4
Complementary color
Monochromatic Colors of #C0FDE4
Black with #C0FDE4
Text Example
Text Example
White with #C0FDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDE4; }
p { color: rgb(192,253,228); }
H1.HeaderClassName
{
color: #C0FDE4;
}
.AnyTagClassName
{
color: #C0FDE4;
}
</style>
background-color css
<style>
a { background-color: #C0FDE4; }
a { background-color: rgb(192,253,228); }
div.DivClassName
{
background-color: #C0FDE4;
}
.BgClassName
{
background-color: #C0FDE4;
}
</style>
border-color css
<style>
span { border-color: #C0FDE4; }
span { border-color: rgb(192,253,228); }
td.TdClassName
{
border-color: #C0FDE4;
}
.TagClassName
{
border-color: #C0FDE4;
}
</style>