Shades of Humming Bird #CAF1E0
Tints of Humming Bird #CAF1E0
RGB
CMYK
RGB Variations
Color information
#CAF1E0 (or 0xCAF1E0) is known color: Humming Bird. HEX triplet: CA, F1 and E0. RGB value is (202,241,224). Sum of RGB (Red+Green+Blue) = 202+241+224=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1E0 is #350E1F. Grayscale: #E3E3E3. Windows color (decimal): -3477024 or 14741962. OLE color: 14741962.
HSL color Cylindrical-coordinate representation of color #CAF1E0: hue angle of 153.85º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1E0 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 224 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.05 |
| HSL | 153.85º | 0.58% | 0.87% | - |
| HSV(B) | 153.85º | 0.16% | 0.95% | - |
| XYZ | 69.27 | 80.85 | 82.48 | - |
| YUV | 227.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 224 | 0.16 | 0 | 0.07 | 0.05 | 153.85 | 0.58 | 0.87 |
| Hex | CA | F1 | E0 | 10 | 0 | 7 | 5 | 9A | 3A | 57 |
| Octal | 312 | 361 | 340 | 20 | 0 | 7 | 5 | 232 | 72 | 127 |
| Binary | 11001010 | 11110001 | 11100000 | 10000 | 0 | 111 | 101 | 10011010 | 111010 | 1010111 |
Color Harmonies of #CAF1E0
Complementary color
Monochromatic Colors of #CAF1E0
Black with #CAF1E0
Text Example
Text Example
White with #CAF1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1E0; }
p { color: rgb(202,241,224); }
H1.HeaderClassName
{
color: #CAF1E0;
}
.AnyTagClassName
{
color: #CAF1E0;
}
</style>
background-color css
<style>
a { background-color: #CAF1E0; }
a { background-color: rgb(202,241,224); }
div.DivClassName
{
background-color: #CAF1E0;
}
.BgClassName
{
background-color: #CAF1E0;
}
</style>
border-color css
<style>
span { border-color: #CAF1E0; }
span { border-color: rgb(202,241,224); }
td.TdClassName
{
border-color: #CAF1E0;
}
.TagClassName
{
border-color: #CAF1E0;
}
</style>