Shades of Humming Bird #C2FFE3
Tints of Humming Bird #C2FFE3
RGB
CMYK
RGB Variations
Color information
#C2FFE3 (or 0xC2FFE3) is known color: Humming Bird. HEX triplet: C2, FF and E3. RGB value is (194,255,227). Sum of RGB (Red+Green+Blue) = 194+255+227=676 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.70% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 227 (89.06% from 255 or 33.58% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFE3 is #3D001C. Grayscale: #E9E9E9. Windows color (decimal): -3997725 or 14942146. OLE color: 14942146.
HSL color Cylindrical-coordinate representation of color #C2FFE3: hue angle of 152.46º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFE3 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 227 | - |
| CMYK | 0.24 | 0 | 0.11 | 0 |
| HSL | 152.46º | 1% | 0.88% | - |
| HSV(B) | 152.46º | 0.24% | 1% | - |
| XYZ | 71.87 | 88.54 | 85.97 | - |
| YUV | 233.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 227 | 0.24 | 0 | 0.11 | 0 | 152.46 | 1 | 0.88 |
| Hex | C2 | FF | E3 | 18 | 0 | B | 0 | 98 | 64 | 58 |
| Octal | 302 | 377 | 343 | 30 | 0 | 13 | 0 | 230 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11100011 | 11000 | 0 | 1011 | 0 | 10011000 | 1100100 | 1011000 |
Color Harmonies of #C2FFE3
Complementary color
Monochromatic Colors of #C2FFE3
Black with #C2FFE3
Text Example
Text Example
White with #C2FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFE3; }
p { color: rgb(194,255,227); }
H1.HeaderClassName
{
color: #C2FFE3;
}
.AnyTagClassName
{
color: #C2FFE3;
}
</style>
background-color css
<style>
a { background-color: #C2FFE3; }
a { background-color: rgb(194,255,227); }
div.DivClassName
{
background-color: #C2FFE3;
}
.BgClassName
{
background-color: #C2FFE3;
}
</style>
border-color css
<style>
span { border-color: #C2FFE3; }
span { border-color: rgb(194,255,227); }
td.TdClassName
{
border-color: #C2FFE3;
}
.TagClassName
{
border-color: #C2FFE3;
}
</style>