Shades of Humming Bird #C0FDE5
Tints of Humming Bird #C0FDE5
RGB
CMYK
RGB Variations
Color information
#C0FDE5 (or 0xC0FDE5) is known color: Humming Bird. HEX triplet: C0, FD and E5. RGB value is (192,253,229). Sum of RGB (Red+Green+Blue) = 192+253+229=674 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.49% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FDE5 is #3F021A. Grayscale: #E8E8E8. Windows color (decimal): -4129307 or 15072704. OLE color: 15072704.
HSL color Cylindrical-coordinate representation of color #C0FDE5: hue angle of 156.39º 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 #C0FDE5 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 229 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.01 |
| HSL | 156.39º | 0.94% | 0.87% | - |
| HSV(B) | 156.39º | 0.24% | 0.99% | - |
| XYZ | 71.01 | 87.11 | 87.2 | - |
| YUV | 232.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 229 | 0.24 | 0 | 0.09 | 0.01 | 156.39 | 0.94 | 0.87 |
| Hex | C0 | FD | E5 | 18 | 0 | 9 | 1 | 9C | 5E | 57 |
| Octal | 300 | 375 | 345 | 30 | 0 | 11 | 1 | 234 | 136 | 127 |
| Binary | 11000000 | 11111101 | 11100101 | 11000 | 0 | 1001 | 1 | 10011100 | 1011110 | 1010111 |
Color Harmonies of #C0FDE5
Complementary color
Monochromatic Colors of #C0FDE5
Black with #C0FDE5
Text Example
Text Example
White with #C0FDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDE5; }
p { color: rgb(192,253,229); }
H1.HeaderClassName
{
color: #C0FDE5;
}
.AnyTagClassName
{
color: #C0FDE5;
}
</style>
background-color css
<style>
a { background-color: #C0FDE5; }
a { background-color: rgb(192,253,229); }
div.DivClassName
{
background-color: #C0FDE5;
}
.BgClassName
{
background-color: #C0FDE5;
}
</style>
border-color css
<style>
span { border-color: #C0FDE5; }
span { border-color: rgb(192,253,229); }
td.TdClassName
{
border-color: #C0FDE5;
}
.TagClassName
{
border-color: #C0FDE5;
}
</style>