Shades of Humming Bird #CAFEE5
Tints of Humming Bird #CAFEE5
RGB
CMYK
RGB Variations
Color information
#CAFEE5 (or 0xCAFEE5) is known color: Humming Bird. HEX triplet: CA, FE and E5. RGB value is (202,254,229). Sum of RGB (Red+Green+Blue) = 202+254+229=685 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.49% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEE5 is #35011A. Grayscale: #EBEBEB. Windows color (decimal): -3473691 or 15072970. OLE color: 15072970.
HSL color Cylindrical-coordinate representation of color #CAFEE5: hue angle of 151.15º 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 #CAFEE5 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 229 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.00 |
| HSL | 151.15º | 0.96% | 0.89% | - |
| HSV(B) | 151.15º | 0.2% | 1% | - |
| XYZ | 73.94 | 89.1 | 87.43 | - |
| YUV | 235.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 229 | 0.20 | 0 | 0.10 | 0.00 | 151.15 | 0.96 | 0.89 |
| Hex | CA | FE | E5 | 14 | 0 | A | 0 | 97 | 60 | 59 |
| Octal | 312 | 376 | 345 | 24 | 0 | 12 | 0 | 227 | 140 | 131 |
| Binary | 11001010 | 11111110 | 11100101 | 10100 | 0 | 1010 | 0 | 10010111 | 1100000 | 1011001 |
Color Harmonies of #CAFEE5
Complementary color
Monochromatic Colors of #CAFEE5
Black with #CAFEE5
Text Example
Text Example
White with #CAFEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEE5; }
p { color: rgb(202,254,229); }
H1.HeaderClassName
{
color: #CAFEE5;
}
.AnyTagClassName
{
color: #CAFEE5;
}
</style>
background-color css
<style>
a { background-color: #CAFEE5; }
a { background-color: rgb(202,254,229); }
div.DivClassName
{
background-color: #CAFEE5;
}
.BgClassName
{
background-color: #CAFEE5;
}
</style>
border-color css
<style>
span { border-color: #CAFEE5; }
span { border-color: rgb(202,254,229); }
td.TdClassName
{
border-color: #CAFEE5;
}
.TagClassName
{
border-color: #CAFEE5;
}
</style>