Shades of Humming Bird #C7FEE4
Tints of Humming Bird #C7FEE4
RGB
CMYK
RGB Variations
Color information
#C7FEE4 (or 0xC7FEE4) is known color: Humming Bird. HEX triplet: C7, FE and E4. RGB value is (199,254,228). Sum of RGB (Red+Green+Blue) = 199+254+228=681 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.22% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 228 (89.45% from 255 or 33.48% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FEE4 is #38011B. Grayscale: #EAEAEA. Windows color (decimal): -3670300 or 15007431. OLE color: 15007431.
HSL color Cylindrical-coordinate representation of color #C7FEE4: hue angle of 151.64º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEE4 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 199 | 254 | 228 | - |
CMYK | 0.22 | 0 | 0.10 | 0.00 |
HSL | 151.64º | 0.96% | 0.89% | - |
HSV(B) | 151.64º | 0.22% | 1% | - |
XYZ | 73 | 88.63 | 86.66 | - |
YUV | 234.59 | 124.28 | 102.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 254 | 228 | 0.22 | 0 | 0.10 | 0.00 | 151.64 | 0.96 | 0.89 |
Hex | C7 | FE | E4 | 16 | 0 | A | 0 | 98 | 60 | 59 |
Octal | 307 | 376 | 344 | 26 | 0 | 12 | 0 | 230 | 140 | 131 |
Binary | 11000111 | 11111110 | 11100100 | 10110 | 0 | 1010 | 0 | 10011000 | 1100000 | 1011001 |
Color Harmonies of #C7FEE4
Complementary color
Monochromatic Colors of #C7FEE4
Black with #C7FEE4
Text Example
Text Example
White with #C7FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FEE4; }
p { color: rgb(199,254,228); }
H1.HeaderClassName
{
color: #C7FEE4;
}
.AnyTagClassName
{
color: #C7FEE4;
}
</style>
background-color css
<style>
a { background-color: #C7FEE4; }
a { background-color: rgb(199,254,228); }
div.DivClassName
{
background-color: #C7FEE4;
}
.BgClassName
{
background-color: #C7FEE4;
}
</style>
border-color css
<style>
span { border-color: #C7FEE4; }
span { border-color: rgb(199,254,228); }
td.TdClassName
{
border-color: #C7FEE4;
}
.TagClassName
{
border-color: #C7FEE4;
}
</style>