Shades of Humming Bird #CAFEE4
Tints of Humming Bird #CAFEE4
RGB
CMYK
RGB Variations
Color information
#CAFEE4 (or 0xCAFEE4) is known color: Humming Bird. HEX triplet: CA, FE and E4. RGB value is (202,254,228). Sum of RGB (Red+Green+Blue) = 202+254+228=684 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.53% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEE4 is #35011B. Grayscale: #EBEBEB. Windows color (decimal): -3473692 or 15007434. OLE color: 15007434.
HSL color Cylindrical-coordinate representation of color #CAFEE4: hue angle of 150º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFEE4 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 228 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.00 |
| HSL | 150º | 0.96% | 0.89% | - |
| HSV(B) | 150º | 0.2% | 1% | - |
| XYZ | 73.8 | 89.04 | 86.7 | - |
| YUV | 235.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 228 | 0.20 | 0 | 0.10 | 0.00 | 150 | 0.96 | 0.89 |
| Hex | CA | FE | E4 | 14 | 0 | A | 0 | 96 | 60 | 59 |
| Octal | 312 | 376 | 344 | 24 | 0 | 12 | 0 | 226 | 140 | 131 |
| Binary | 11001010 | 11111110 | 11100100 | 10100 | 0 | 1010 | 0 | 10010110 | 1100000 | 1011001 |
Color Harmonies of #CAFEE4
Complementary color
Monochromatic Colors of #CAFEE4
Black with #CAFEE4
Text Example
Text Example
White with #CAFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEE4; }
p { color: rgb(202,254,228); }
H1.HeaderClassName
{
color: #CAFEE4;
}
.AnyTagClassName
{
color: #CAFEE4;
}
</style>
background-color css
<style>
a { background-color: #CAFEE4; }
a { background-color: rgb(202,254,228); }
div.DivClassName
{
background-color: #CAFEE4;
}
.BgClassName
{
background-color: #CAFEE4;
}
</style>
border-color css
<style>
span { border-color: #CAFEE4; }
span { border-color: rgb(202,254,228); }
td.TdClassName
{
border-color: #CAFEE4;
}
.TagClassName
{
border-color: #CAFEE4;
}
</style>