Shades of Humming Bird #C7FFE3
Tints of Humming Bird #C7FFE3
RGB
CMYK
RGB Variations
Color information
#C7FFE3 (or 0xC7FFE3) is known color: Humming Bird. HEX triplet: C7, FF and E3. RGB value is (199,255,227). Sum of RGB (Red+Green+Blue) = 199+255+227=681 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.22% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFE3 is #38001C. Grayscale: #EBEBEB. Windows color (decimal): -3670045 or 14942151. OLE color: 14942151.
HSL color Cylindrical-coordinate representation of color #C7FFE3: hue angle of 150º 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 #C7FFE3 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 199 | 255 | 227 | - |
CMYK | 0.22 | 0 | 0.11 | 0 |
HSL | 150º | 1% | 0.89% | - |
HSV(B) | 150º | 0.22% | 1% | - |
XYZ | 73.18 | 89.21 | 86.04 | - |
YUV | 235.06 | 123.45 | 102.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 255 | 227 | 0.22 | 0 | 0.11 | 0 | 150 | 1 | 0.89 |
Hex | C7 | FF | E3 | 16 | 0 | B | 0 | 96 | 64 | 59 |
Octal | 307 | 377 | 343 | 26 | 0 | 13 | 0 | 226 | 144 | 131 |
Binary | 11000111 | 11111111 | 11100011 | 10110 | 0 | 1011 | 0 | 10010110 | 1100100 | 1011001 |
Color Harmonies of #C7FFE3
Complementary color
Monochromatic Colors of #C7FFE3
Black with #C7FFE3
Text Example
Text Example
White with #C7FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFE3; }
p { color: rgb(199,255,227); }
H1.HeaderClassName
{
color: #C7FFE3;
}
.AnyTagClassName
{
color: #C7FFE3;
}
</style>
background-color css
<style>
a { background-color: #C7FFE3; }
a { background-color: rgb(199,255,227); }
div.DivClassName
{
background-color: #C7FFE3;
}
.BgClassName
{
background-color: #C7FFE3;
}
</style>
border-color css
<style>
span { border-color: #C7FFE3; }
span { border-color: rgb(199,255,227); }
td.TdClassName
{
border-color: #C7FFE3;
}
.TagClassName
{
border-color: #C7FFE3;
}
</style>