Shades of Humming Bird #C8FFE3
Tints of Humming Bird #C8FFE3
RGB
CMYK
RGB Variations
Color information
#C8FFE3 (or 0xC8FFE3) is known color: Humming Bird. HEX triplet: C8, FF and E3. RGB value is (200,255,227). Sum of RGB (Red+Green+Blue) = 200+255+227=682 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.33% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFE3 is #37001C. Grayscale: #EBEBEB. Windows color (decimal): -3604509 or 14942152. OLE color: 14942152.
HSL color Cylindrical-coordinate representation of color #C8FFE3: hue angle of 149.45º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8FFE3 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 227 | - |
| CMYK | 0.22 | 0 | 0.11 | 0 |
| HSL | 149.45º | 1% | 0.89% | - |
| HSV(B) | 149.45º | 0.22% | 1% | - |
| XYZ | 73.44 | 89.35 | 86.05 | - |
| YUV | 235.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 227 | 0.22 | 0 | 0.11 | 0 | 149.45 | 1 | 0.89 |
| Hex | C8 | FF | E3 | 16 | 0 | B | 0 | 95 | 64 | 59 |
| Octal | 310 | 377 | 343 | 26 | 0 | 13 | 0 | 225 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11100011 | 10110 | 0 | 1011 | 0 | 10010101 | 1100100 | 1011001 |
Color Harmonies of #C8FFE3
Complementary color
Monochromatic Colors of #C8FFE3
Black with #C8FFE3
Text Example
Text Example
White with #C8FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFE3; }
p { color: rgb(200,255,227); }
H1.HeaderClassName
{
color: #C8FFE3;
}
.AnyTagClassName
{
color: #C8FFE3;
}
</style>
background-color css
<style>
a { background-color: #C8FFE3; }
a { background-color: rgb(200,255,227); }
div.DivClassName
{
background-color: #C8FFE3;
}
.BgClassName
{
background-color: #C8FFE3;
}
</style>
border-color css
<style>
span { border-color: #C8FFE3; }
span { border-color: rgb(200,255,227); }
td.TdClassName
{
border-color: #C8FFE3;
}
.TagClassName
{
border-color: #C8FFE3;
}
</style>