Shades of Humming Bird #C3FFE3
Tints of Humming Bird #C3FFE3
RGB
CMYK
RGB Variations
Color information
#C3FFE3 (or 0xC3FFE3) is known color: Humming Bird. HEX triplet: C3, FF and E3. RGB value is (195,255,227). Sum of RGB (Red+Green+Blue) = 195+255+227=677 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.80% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFE3 is #3C001C. Grayscale: #E9E9E9. Windows color (decimal): -3932189 or 14942147. OLE color: 14942147.
HSL color Cylindrical-coordinate representation of color #C3FFE3: hue angle of 152º 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 #C3FFE3 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 227 | - |
| CMYK | 0.24 | 0 | 0.11 | 0 |
| HSL | 152º | 1% | 0.88% | - |
| HSV(B) | 152º | 0.24% | 1% | - |
| XYZ | 72.13 | 88.67 | 85.99 | - |
| YUV | 233.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 227 | 0.24 | 0 | 0.11 | 0 | 152 | 1 | 0.88 |
| Hex | C3 | FF | E3 | 18 | 0 | B | 0 | 98 | 64 | 58 |
| Octal | 303 | 377 | 343 | 30 | 0 | 13 | 0 | 230 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11100011 | 11000 | 0 | 1011 | 0 | 10011000 | 1100100 | 1011000 |
Color Harmonies of #C3FFE3
Complementary color
Monochromatic Colors of #C3FFE3
Black with #C3FFE3
Text Example
Text Example
White with #C3FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFE3; }
p { color: rgb(195,255,227); }
H1.HeaderClassName
{
color: #C3FFE3;
}
.AnyTagClassName
{
color: #C3FFE3;
}
</style>
background-color css
<style>
a { background-color: #C3FFE3; }
a { background-color: rgb(195,255,227); }
div.DivClassName
{
background-color: #C3FFE3;
}
.BgClassName
{
background-color: #C3FFE3;
}
</style>
border-color css
<style>
span { border-color: #C3FFE3; }
span { border-color: rgb(195,255,227); }
td.TdClassName
{
border-color: #C3FFE3;
}
.TagClassName
{
border-color: #C3FFE3;
}
</style>