Shades of Humming Bird #C7FFE4
Tints of Humming Bird #C7FFE4
RGB
CMYK
RGB Variations
Color information
#C7FFE4 (or 0xC7FFE4) is known color: Humming Bird. HEX triplet: C7, FF and E4. RGB value is (199,255,228). Sum of RGB (Red+Green+Blue) = 199+255+228=682 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.18% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFE4 is #38001B. Grayscale: #EBEBEB. Windows color (decimal): -3670044 or 15007687. OLE color: 15007687.
HSL color Cylindrical-coordinate representation of color #C7FFE4: hue angle of 151.07º 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 #C7FFE4 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 199 | 255 | 228 | - |
CMYK | 0.22 | 0 | 0.11 | 0 |
HSL | 151.07º | 1% | 0.89% | - |
HSV(B) | 151.07º | 0.22% | 1% | - |
XYZ | 73.32 | 89.26 | 86.76 | - |
YUV | 235.18 | 123.95 | 102.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 255 | 228 | 0.22 | 0 | 0.11 | 0 | 151.07 | 1 | 0.89 |
Hex | C7 | FF | E4 | 16 | 0 | B | 0 | 97 | 64 | 59 |
Octal | 307 | 377 | 344 | 26 | 0 | 13 | 0 | 227 | 144 | 131 |
Binary | 11000111 | 11111111 | 11100100 | 10110 | 0 | 1011 | 0 | 10010111 | 1100100 | 1011001 |
Color Harmonies of #C7FFE4
Complementary color
Monochromatic Colors of #C7FFE4
Black with #C7FFE4
Text Example
Text Example
White with #C7FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFE4; }
p { color: rgb(199,255,228); }
H1.HeaderClassName
{
color: #C7FFE4;
}
.AnyTagClassName
{
color: #C7FFE4;
}
</style>
background-color css
<style>
a { background-color: #C7FFE4; }
a { background-color: rgb(199,255,228); }
div.DivClassName
{
background-color: #C7FFE4;
}
.BgClassName
{
background-color: #C7FFE4;
}
</style>
border-color css
<style>
span { border-color: #C7FFE4; }
span { border-color: rgb(199,255,228); }
td.TdClassName
{
border-color: #C7FFE4;
}
.TagClassName
{
border-color: #C7FFE4;
}
</style>