Shades of Humming Bird #C3FFE1
Tints of Humming Bird #C3FFE1
RGB
CMYK
RGB Variations
Color information
#C3FFE1 (or 0xC3FFE1) is known color: Humming Bird. HEX triplet: C3, FF and E1. RGB value is (195,255,225). Sum of RGB (Red+Green+Blue) = 195+255+225=675 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.89% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 225 (88.28% from 255 or 33.33% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFE1 is #3C001E. Grayscale: #E9E9E9. Windows color (decimal): -3932191 or 14811075. OLE color: 14811075.
HSL color Cylindrical-coordinate representation of color #C3FFE1: hue angle of 150º 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 #C3FFE1 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 225 | - |
| CMYK | 0.24 | 0 | 0.12 | 0 |
| HSL | 150º | 1% | 0.88% | - |
| HSV(B) | 150º | 0.24% | 1% | - |
| XYZ | 71.86 | 88.56 | 84.54 | - |
| YUV | 233.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 225 | 0.24 | 0 | 0.12 | 0 | 150 | 1 | 0.88 |
| Hex | C3 | FF | E1 | 18 | 0 | C | 0 | 96 | 64 | 58 |
| Octal | 303 | 377 | 341 | 30 | 0 | 14 | 0 | 226 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11100001 | 11000 | 0 | 1100 | 0 | 10010110 | 1100100 | 1011000 |
Color Harmonies of #C3FFE1
Complementary color
Monochromatic Colors of #C3FFE1
Black with #C3FFE1
Text Example
Text Example
White with #C3FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFE1; }
p { color: rgb(195,255,225); }
H1.HeaderClassName
{
color: #C3FFE1;
}
.AnyTagClassName
{
color: #C3FFE1;
}
</style>
background-color css
<style>
a { background-color: #C3FFE1; }
a { background-color: rgb(195,255,225); }
div.DivClassName
{
background-color: #C3FFE1;
}
.BgClassName
{
background-color: #C3FFE1;
}
</style>
border-color css
<style>
span { border-color: #C3FFE1; }
span { border-color: rgb(195,255,225); }
td.TdClassName
{
border-color: #C3FFE1;
}
.TagClassName
{
border-color: #C3FFE1;
}
</style>