Shades of Humming Bird #C8F4E1
Tints of Humming Bird #C8F4E1
RGB
CMYK
RGB Variations
Color information
#C8F4E1 (or 0xC8F4E1) is known color: Humming Bird. HEX triplet: C8, F4 and E1. RGB value is (200,244,225). Sum of RGB (Red+Green+Blue) = 200+244+225=669 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.90% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F4E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F4E1 is #370B1E. Grayscale: #E4E4E4. Windows color (decimal): -3607327 or 14808264. OLE color: 14808264.
HSL color Cylindrical-coordinate representation of color #C8F4E1: hue angle of 154.09º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8F4E1 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 244 | 225 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.04 |
| HSL | 154.09º | 0.67% | 0.87% | - |
| HSV(B) | 154.09º | 0.18% | 0.96% | - |
| XYZ | 69.76 | 82.42 | 83.47 | - |
| YUV | 228.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 225 | 0.18 | 0 | 0.08 | 0.04 | 154.09 | 0.67 | 0.87 |
| Hex | C8 | F4 | E1 | 12 | 0 | 8 | 4 | 9A | 43 | 57 |
| Octal | 310 | 364 | 341 | 22 | 0 | 10 | 4 | 232 | 103 | 127 |
| Binary | 11001000 | 11110100 | 11100001 | 10010 | 0 | 1000 | 100 | 10011010 | 1000011 | 1010111 |
Color Harmonies of #C8F4E1
Complementary color
Monochromatic Colors of #C8F4E1
Black with #C8F4E1
Text Example
Text Example
White with #C8F4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F4E1; }
p { color: rgb(200,244,225); }
H1.HeaderClassName
{
color: #C8F4E1;
}
.AnyTagClassName
{
color: #C8F4E1;
}
</style>
background-color css
<style>
a { background-color: #C8F4E1; }
a { background-color: rgb(200,244,225); }
div.DivClassName
{
background-color: #C8F4E1;
}
.BgClassName
{
background-color: #C8F4E1;
}
</style>
border-color css
<style>
span { border-color: #C8F4E1; }
span { border-color: rgb(200,244,225); }
td.TdClassName
{
border-color: #C8F4E1;
}
.TagClassName
{
border-color: #C8F4E1;
}
</style>