Shades of Humming Bird #CAF4E0
Tints of Humming Bird #CAF4E0
RGB
CMYK
RGB Variations
Color information
#CAF4E0 (or 0xCAF4E0) is known color: Humming Bird. HEX triplet: CA, F4 and E0. RGB value is (202,244,224). Sum of RGB (Red+Green+Blue) = 202+244+224=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 244 (95.70% from 255 or 36.42% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4E0 is #350B1F. Grayscale: #E5E5E5. Windows color (decimal): -3476256 or 14742730. OLE color: 14742730.
HSL color Cylindrical-coordinate representation of color #CAF4E0: hue angle of 151.43º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4E0 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 224 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.04 |
| HSL | 151.43º | 0.66% | 0.87% | - |
| HSV(B) | 151.43º | 0.17% | 0.96% | - |
| XYZ | 70.16 | 82.64 | 82.77 | - |
| YUV | 229.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 224 | 0.17 | 0 | 0.08 | 0.04 | 151.43 | 0.66 | 0.87 |
| Hex | CA | F4 | E0 | 11 | 0 | 8 | 4 | 97 | 42 | 57 |
| Octal | 312 | 364 | 340 | 21 | 0 | 10 | 4 | 227 | 102 | 127 |
| Binary | 11001010 | 11110100 | 11100000 | 10001 | 0 | 1000 | 100 | 10010111 | 1000010 | 1010111 |
Color Harmonies of #CAF4E0
Complementary color
Monochromatic Colors of #CAF4E0
Black with #CAF4E0
Text Example
Text Example
White with #CAF4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4E0; }
p { color: rgb(202,244,224); }
H1.HeaderClassName
{
color: #CAF4E0;
}
.AnyTagClassName
{
color: #CAF4E0;
}
</style>
background-color css
<style>
a { background-color: #CAF4E0; }
a { background-color: rgb(202,244,224); }
div.DivClassName
{
background-color: #CAF4E0;
}
.BgClassName
{
background-color: #CAF4E0;
}
</style>
border-color css
<style>
span { border-color: #CAF4E0; }
span { border-color: rgb(202,244,224); }
td.TdClassName
{
border-color: #CAF4E0;
}
.TagClassName
{
border-color: #CAF4E0;
}
</style>