Shades of Humming Bird #C2FFE2
Tints of Humming Bird #C2FFE2
RGB
CMYK
RGB Variations
Color information
#C2FFE2 (or 0xC2FFE2) is known color: Humming Bird. HEX triplet: C2, FF and E2. RGB value is (194,255,226). Sum of RGB (Red+Green+Blue) = 194+255+226=675 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.74% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFE2 is #3D001D. Grayscale: #E9E9E9. Windows color (decimal): -3997726 or 14876610. OLE color: 14876610.
HSL color Cylindrical-coordinate representation of color #C2FFE2: hue angle of 151.48º 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 #C2FFE2 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 194 | 255 | 226 | - |
CMYK | 0.24 | 0 | 0.11 | 0 |
HSL | 151.48º | 1% | 0.88% | - |
HSV(B) | 151.48º | 0.24% | 1% | - |
XYZ | 71.74 | 88.48 | 85.25 | - |
YUV | 233.46 | 123.79 | 99.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 255 | 226 | 0.24 | 0 | 0.11 | 0 | 151.48 | 1 | 0.88 |
Hex | C2 | FF | E2 | 18 | 0 | B | 0 | 97 | 64 | 58 |
Octal | 302 | 377 | 342 | 30 | 0 | 13 | 0 | 227 | 144 | 130 |
Binary | 11000010 | 11111111 | 11100010 | 11000 | 0 | 1011 | 0 | 10010111 | 1100100 | 1011000 |
Color Harmonies of #C2FFE2
Complementary color
Monochromatic Colors of #C2FFE2
Black with #C2FFE2
Text Example
Text Example
White with #C2FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFE2; }
p { color: rgb(194,255,226); }
H1.HeaderClassName
{
color: #C2FFE2;
}
.AnyTagClassName
{
color: #C2FFE2;
}
</style>
background-color css
<style>
a { background-color: #C2FFE2; }
a { background-color: rgb(194,255,226); }
div.DivClassName
{
background-color: #C2FFE2;
}
.BgClassName
{
background-color: #C2FFE2;
}
</style>
border-color css
<style>
span { border-color: #C2FFE2; }
span { border-color: rgb(194,255,226); }
td.TdClassName
{
border-color: #C2FFE2;
}
.TagClassName
{
border-color: #C2FFE2;
}
</style>