Shades of Humming Bird #C0FFE5
Tints of Humming Bird #C0FFE5
RGB
CMYK
RGB Variations
Color information
#C0FFE5 (or 0xC0FFE5) is known color: Humming Bird. HEX triplet: C0, FF and E5. RGB value is (192,255,229). Sum of RGB (Red+Green+Blue) = 192+255+229=676 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.40% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFE5 is #3F001A. Grayscale: #E9E9E9. Windows color (decimal): -4128795 or 15073216. OLE color: 15073216.
HSL color Cylindrical-coordinate representation of color #C0FFE5: hue angle of 155.24º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFE5 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 229 | - |
| CMYK | 0.25 | 0 | 0.10 | 0 |
| HSL | 155.24º | 1% | 0.88% | - |
| HSV(B) | 155.24º | 0.25% | 1% | - |
| XYZ | 71.64 | 88.38 | 87.41 | - |
| YUV | 233.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 229 | 0.25 | 0 | 0.10 | 0 | 155.24 | 1 | 0.88 |
| Hex | C0 | FF | E5 | 19 | 0 | A | 0 | 9B | 64 | 58 |
| Octal | 300 | 377 | 345 | 31 | 0 | 12 | 0 | 233 | 144 | 130 |
| Binary | 11000000 | 11111111 | 11100101 | 11001 | 0 | 1010 | 0 | 10011011 | 1100100 | 1011000 |
Color Harmonies of #C0FFE5
Complementary color
Monochromatic Colors of #C0FFE5
Black with #C0FFE5
Text Example
Text Example
White with #C0FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFE5; }
p { color: rgb(192,255,229); }
H1.HeaderClassName
{
color: #C0FFE5;
}
.AnyTagClassName
{
color: #C0FFE5;
}
</style>
background-color css
<style>
a { background-color: #C0FFE5; }
a { background-color: rgb(192,255,229); }
div.DivClassName
{
background-color: #C0FFE5;
}
.BgClassName
{
background-color: #C0FFE5;
}
</style>
border-color css
<style>
span { border-color: #C0FFE5; }
span { border-color: rgb(192,255,229); }
td.TdClassName
{
border-color: #C0FFE5;
}
.TagClassName
{
border-color: #C0FFE5;
}
</style>