Shades of Humming Bird #C2FDE2
Tints of Humming Bird #C2FDE2
RGB
CMYK
RGB Variations
Color information
#C2FDE2 (or 0xC2FDE2) is known color: Humming Bird. HEX triplet: C2, FD and E2. RGB value is (194,253,226). Sum of RGB (Red+Green+Blue) = 194+253+226=673 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.83% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDE2 is #3D021D. Grayscale: #E8E8E8. Windows color (decimal): -3998238 or 14876098. OLE color: 14876098.
HSL color Cylindrical-coordinate representation of color #C2FDE2: hue angle of 152.54º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDE2 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 226 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.01 |
| HSL | 152.54º | 0.94% | 0.88% | - |
| HSV(B) | 152.54º | 0.23% | 0.99% | - |
| XYZ | 71.1 | 87.21 | 85.04 | - |
| YUV | 232.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 226 | 0.23 | 0 | 0.11 | 0.01 | 152.54 | 0.94 | 0.88 |
| Hex | C2 | FD | E2 | 17 | 0 | B | 1 | 99 | 5E | 58 |
| Octal | 302 | 375 | 342 | 27 | 0 | 13 | 1 | 231 | 136 | 130 |
| Binary | 11000010 | 11111101 | 11100010 | 10111 | 0 | 1011 | 1 | 10011001 | 1011110 | 1011000 |
Color Harmonies of #C2FDE2
Complementary color
Monochromatic Colors of #C2FDE2
Black with #C2FDE2
Text Example
Text Example
White with #C2FDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FDE2; }
p { color: rgb(194,253,226); }
H1.HeaderClassName
{
color: #C2FDE2;
}
.AnyTagClassName
{
color: #C2FDE2;
}
</style>
background-color css
<style>
a { background-color: #C2FDE2; }
a { background-color: rgb(194,253,226); }
div.DivClassName
{
background-color: #C2FDE2;
}
.BgClassName
{
background-color: #C2FDE2;
}
</style>
border-color css
<style>
span { border-color: #C2FDE2; }
span { border-color: rgb(194,253,226); }
td.TdClassName
{
border-color: #C2FDE2;
}
.TagClassName
{
border-color: #C2FDE2;
}
</style>