Shades of Humming Bird #C8FBE1
Tints of Humming Bird #C8FBE1
RGB
CMYK
RGB Variations
Color information
#C8FBE1 (or 0xC8FBE1) is known color: Humming Bird. HEX triplet: C8, FB and E1. RGB value is (200,251,225). Sum of RGB (Red+Green+Blue) = 200+251+225=676 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.59% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FBE1 is #37041E. Grayscale: #E8E8E8. Windows color (decimal): -3605535 or 14810056. OLE color: 14810056.
HSL color Cylindrical-coordinate representation of color #C8FBE1: hue angle of 149.41º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FBE1 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 225 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.02 |
| HSL | 149.41º | 0.86% | 0.88% | - |
| HSV(B) | 149.41º | 0.2% | 0.98% | - |
| XYZ | 71.91 | 86.71 | 84.18 | - |
| YUV | 232.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 225 | 0.20 | 0 | 0.10 | 0.02 | 149.41 | 0.86 | 0.88 |
| Hex | C8 | FB | E1 | 14 | 0 | A | 2 | 95 | 56 | 58 |
| Octal | 310 | 373 | 341 | 24 | 0 | 12 | 2 | 225 | 126 | 130 |
| Binary | 11001000 | 11111011 | 11100001 | 10100 | 0 | 1010 | 10 | 10010101 | 1010110 | 1011000 |
Color Harmonies of #C8FBE1
Complementary color
Monochromatic Colors of #C8FBE1
Black with #C8FBE1
Text Example
Text Example
White with #C8FBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FBE1; }
p { color: rgb(200,251,225); }
H1.HeaderClassName
{
color: #C8FBE1;
}
.AnyTagClassName
{
color: #C8FBE1;
}
</style>
background-color css
<style>
a { background-color: #C8FBE1; }
a { background-color: rgb(200,251,225); }
div.DivClassName
{
background-color: #C8FBE1;
}
.BgClassName
{
background-color: #C8FBE1;
}
</style>
border-color css
<style>
span { border-color: #C8FBE1; }
span { border-color: rgb(200,251,225); }
td.TdClassName
{
border-color: #C8FBE1;
}
.TagClassName
{
border-color: #C8FBE1;
}
</style>