Shades of Humming Bird #C8FDE2
Tints of Humming Bird #C8FDE2
RGB
CMYK
RGB Variations
Color information
#C8FDE2 (or 0xC8FDE2) is known color: Humming Bird. HEX triplet: C8, FD and E2. RGB value is (200,253,226). Sum of RGB (Red+Green+Blue) = 200+253+226=679 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.46% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FDE2 is #37021D. Grayscale: #EAEAEA. Windows color (decimal): -3605022 or 14876104. OLE color: 14876104.
HSL color Cylindrical-coordinate representation of color #C8FDE2: hue angle of 149.43º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FDE2 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 200 | 253 | 226 | - |
CMYK | 0.21 | 0 | 0.11 | 0.01 |
HSL | 149.43º | 0.93% | 0.89% | - |
HSV(B) | 149.43º | 0.21% | 0.99% | - |
XYZ | 72.67 | 88.02 | 85.11 | - |
YUV | 234.08 | 123.44 | 103.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 253 | 226 | 0.21 | 0 | 0.11 | 0.01 | 149.43 | 0.93 | 0.89 |
Hex | C8 | FD | E2 | 15 | 0 | B | 1 | 95 | 5D | 59 |
Octal | 310 | 375 | 342 | 25 | 0 | 13 | 1 | 225 | 135 | 131 |
Binary | 11001000 | 11111101 | 11100010 | 10101 | 0 | 1011 | 1 | 10010101 | 1011101 | 1011001 |
Color Harmonies of #C8FDE2
Complementary color
Monochromatic Colors of #C8FDE2
Black with #C8FDE2
Text Example
Text Example
White with #C8FDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FDE2; }
p { color: rgb(200,253,226); }
H1.HeaderClassName
{
color: #C8FDE2;
}
.AnyTagClassName
{
color: #C8FDE2;
}
</style>
background-color css
<style>
a { background-color: #C8FDE2; }
a { background-color: rgb(200,253,226); }
div.DivClassName
{
background-color: #C8FDE2;
}
.BgClassName
{
background-color: #C8FDE2;
}
</style>
border-color css
<style>
span { border-color: #C8FDE2; }
span { border-color: rgb(200,253,226); }
td.TdClassName
{
border-color: #C8FDE2;
}
.TagClassName
{
border-color: #C8FDE2;
}
</style>