Shades of Humming Bird #CAF3E0
Tints of Humming Bird #CAF3E0
RGB
CMYK
RGB Variations
Color information
#CAF3E0 (or 0xCAF3E0) is known color: Humming Bird. HEX triplet: CA, F3 and E0. RGB value is (202,243,224). Sum of RGB (Red+Green+Blue) = 202+243+224=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3E0 is #350C1F. Grayscale: #E4E4E4. Windows color (decimal): -3476512 or 14742474. OLE color: 14742474.
HSL color Cylindrical-coordinate representation of color #CAF3E0: hue angle of 152.2º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF3E0 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 224 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.05 |
| HSL | 152.2º | 0.63% | 0.87% | - |
| HSV(B) | 152.2º | 0.17% | 0.95% | - |
| XYZ | 69.86 | 82.04 | 82.67 | - |
| YUV | 228.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 224 | 0.17 | 0 | 0.08 | 0.05 | 152.2 | 0.63 | 0.87 |
| Hex | CA | F3 | E0 | 11 | 0 | 8 | 5 | 98 | 3F | 57 |
| Octal | 312 | 363 | 340 | 21 | 0 | 10 | 5 | 230 | 77 | 127 |
| Binary | 11001010 | 11110011 | 11100000 | 10001 | 0 | 1000 | 101 | 10011000 | 111111 | 1010111 |
Color Harmonies of #CAF3E0
Complementary color
Monochromatic Colors of #CAF3E0
Black with #CAF3E0
Text Example
Text Example
White with #CAF3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF3E0; }
p { color: rgb(202,243,224); }
H1.HeaderClassName
{
color: #CAF3E0;
}
.AnyTagClassName
{
color: #CAF3E0;
}
</style>
background-color css
<style>
a { background-color: #CAF3E0; }
a { background-color: rgb(202,243,224); }
div.DivClassName
{
background-color: #CAF3E0;
}
.BgClassName
{
background-color: #CAF3E0;
}
</style>
border-color css
<style>
span { border-color: #CAF3E0; }
span { border-color: rgb(202,243,224); }
td.TdClassName
{
border-color: #CAF3E0;
}
.TagClassName
{
border-color: #CAF3E0;
}
</style>