Shades of Humming Bird #C0FCE4
Tints of Humming Bird #C0FCE4
RGB
CMYK
RGB Variations
Color information
#C0FCE4 (or 0xC0FCE4) is known color: Humming Bird. HEX triplet: C0, FC and E4. RGB value is (192,252,228). Sum of RGB (Red+Green+Blue) = 192+252+228=672 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.57% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCE4 is #3F031B. Grayscale: #E7E7E7. Windows color (decimal): -4129564 or 15006912. OLE color: 15006912.
HSL color Cylindrical-coordinate representation of color #C0FCE4: hue angle of 156º degrees, saturation: 0.91, 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 #C0FCE4 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 228 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.01 |
| HSL | 156º | 0.91% | 0.87% | - |
| HSV(B) | 156º | 0.24% | 0.99% | - |
| XYZ | 70.55 | 86.43 | 86.36 | - |
| YUV | 231.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 228 | 0.24 | 0 | 0.10 | 0.01 | 156 | 0.91 | 0.87 |
| Hex | C0 | FC | E4 | 18 | 0 | A | 1 | 9C | 5B | 57 |
| Octal | 300 | 374 | 344 | 30 | 0 | 12 | 1 | 234 | 133 | 127 |
| Binary | 11000000 | 11111100 | 11100100 | 11000 | 0 | 1010 | 1 | 10011100 | 1011011 | 1010111 |
Color Harmonies of #C0FCE4
Complementary color
Monochromatic Colors of #C0FCE4
Black with #C0FCE4
Text Example
Text Example
White with #C0FCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCE4; }
p { color: rgb(192,252,228); }
H1.HeaderClassName
{
color: #C0FCE4;
}
.AnyTagClassName
{
color: #C0FCE4;
}
</style>
background-color css
<style>
a { background-color: #C0FCE4; }
a { background-color: rgb(192,252,228); }
div.DivClassName
{
background-color: #C0FCE4;
}
.BgClassName
{
background-color: #C0FCE4;
}
</style>
border-color css
<style>
span { border-color: #C0FCE4; }
span { border-color: rgb(192,252,228); }
td.TdClassName
{
border-color: #C0FCE4;
}
.TagClassName
{
border-color: #C0FCE4;
}
</style>