Shades of Humming Bird #C0FFE4
Tints of Humming Bird #C0FFE4
RGB
CMYK
RGB Variations
Color information
#C0FFE4 (or 0xC0FFE4) is known color: Humming Bird. HEX triplet: C0, FF and E4. RGB value is (192,255,228). Sum of RGB (Red+Green+Blue) = 192+255+228=675 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.44% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFE4 is #3F001B. Grayscale: #E9E9E9. Windows color (decimal): -4128796 or 15007680. OLE color: 15007680.
HSL color Cylindrical-coordinate representation of color #C0FFE4: hue angle of 154.29º 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 #C0FFE4 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 228 | - |
CMYK | 0.25 | 0 | 0.11 | 0 |
HSL | 154.29º | 1% | 0.88% | - |
HSV(B) | 154.29º | 0.25% | 1% | - |
XYZ | 71.5 | 88.33 | 86.68 | - |
YUV | 233.09 | 125.13 | 98.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 228 | 0.25 | 0 | 0.11 | 0 | 154.29 | 1 | 0.88 |
Hex | C0 | FF | E4 | 19 | 0 | B | 0 | 9A | 64 | 58 |
Octal | 300 | 377 | 344 | 31 | 0 | 13 | 0 | 232 | 144 | 130 |
Binary | 11000000 | 11111111 | 11100100 | 11001 | 0 | 1011 | 0 | 10011010 | 1100100 | 1011000 |
Color Harmonies of #C0FFE4
Complementary color
Monochromatic Colors of #C0FFE4
Black with #C0FFE4
Text Example
Text Example
White with #C0FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFE4; }
p { color: rgb(192,255,228); }
H1.HeaderClassName
{
color: #C0FFE4;
}
.AnyTagClassName
{
color: #C0FFE4;
}
</style>
background-color css
<style>
a { background-color: #C0FFE4; }
a { background-color: rgb(192,255,228); }
div.DivClassName
{
background-color: #C0FFE4;
}
.BgClassName
{
background-color: #C0FFE4;
}
</style>
border-color css
<style>
span { border-color: #C0FFE4; }
span { border-color: rgb(192,255,228); }
td.TdClassName
{
border-color: #C0FFE4;
}
.TagClassName
{
border-color: #C0FFE4;
}
</style>