Shades of Humming Bird #C4FFE4
Tints of Humming Bird #C4FFE4
RGB
CMYK
RGB Variations
Color information
#C4FFE4 (or 0xC4FFE4) is known color: Humming Bird. HEX triplet: C4, FF and E4. RGB value is (196,255,228). Sum of RGB (Red+Green+Blue) = 196+255+228=679 (89% of max value = 765). Red value is 196 (76.95% from 255 or 28.87% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FFE4 is #3B001B. Grayscale: #EAEAEA. Windows color (decimal): -3866652 or 15007684. OLE color: 15007684.
HSL color Cylindrical-coordinate representation of color #C4FFE4: hue angle of 152.54º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FFE4 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 228 | - |
| CMYK | 0.23 | 0 | 0.11 | 0 |
| HSL | 152.54º | 1% | 0.88% | - |
| HSV(B) | 152.54º | 0.23% | 1% | - |
| XYZ | 72.53 | 88.86 | 86.73 | - |
| YUV | 234.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 228 | 0.23 | 0 | 0.11 | 0 | 152.54 | 1 | 0.88 |
| Hex | C4 | FF | E4 | 17 | 0 | B | 0 | 99 | 64 | 58 |
| Octal | 304 | 377 | 344 | 27 | 0 | 13 | 0 | 231 | 144 | 130 |
| Binary | 11000100 | 11111111 | 11100100 | 10111 | 0 | 1011 | 0 | 10011001 | 1100100 | 1011000 |
Color Harmonies of #C4FFE4
Complementary color
Monochromatic Colors of #C4FFE4
Black with #C4FFE4
Text Example
Text Example
White with #C4FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFE4; }
p { color: rgb(196,255,228); }
H1.HeaderClassName
{
color: #C4FFE4;
}
.AnyTagClassName
{
color: #C4FFE4;
}
</style>
background-color css
<style>
a { background-color: #C4FFE4; }
a { background-color: rgb(196,255,228); }
div.DivClassName
{
background-color: #C4FFE4;
}
.BgClassName
{
background-color: #C4FFE4;
}
</style>
border-color css
<style>
span { border-color: #C4FFE4; }
span { border-color: rgb(196,255,228); }
td.TdClassName
{
border-color: #C4FFE4;
}
.TagClassName
{
border-color: #C4FFE4;
}
</style>