Shades of Pear #CAF444
Tints of Pear #CAF444
RGB
CMYK
RGB Variations
Color information
#CAF444 (or 0xCAF444) is known color: Pear. HEX triplet: CA, F4 and 44. RGB value is (202,244,68). Sum of RGB (Red+Green+Blue) = 202+244+68=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 68 (26.95% from 255 or 13.23% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF444 is #350BBB. Grayscale: #D4D4D4. Windows color (decimal): -3476412 or 4519114. OLE color: 4519114.
HSL color Cylindrical-coordinate representation of color #CAF444: hue angle of 74.32º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAF444 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 68 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.04 |
| HSL | 74.32º | 0.89% | 0.61% | - |
| HSV(B) | 74.32º | 0.72% | 0.96% | - |
| XYZ | 57.75 | 77.68 | 17.42 | - |
| YUV | 211.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 68 | 0.17 | 0 | 0.72 | 0.04 | 74.32 | 0.89 | 0.61 |
| Hex | CA | F4 | 44 | 11 | 0 | 48 | 4 | 4A | 59 | 3D |
| Octal | 312 | 364 | 104 | 21 | 0 | 110 | 4 | 112 | 131 | 75 |
| Binary | 11001010 | 11110100 | 1000100 | 10001 | 0 | 1001000 | 100 | 1001010 | 1011001 | 111101 |
Color Harmonies of #CAF444
Complementary color
Monochromatic Colors of #CAF444
Black with #CAF444
Text Example
Text Example
White with #CAF444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF444; }
p { color: rgb(202,244,68); }
H1.HeaderClassName
{
color: #CAF444;
}
.AnyTagClassName
{
color: #CAF444;
}
</style>
background-color css
<style>
a { background-color: #CAF444; }
a { background-color: rgb(202,244,68); }
div.DivClassName
{
background-color: #CAF444;
}
.BgClassName
{
background-color: #CAF444;
}
</style>
border-color css
<style>
span { border-color: #CAF444; }
span { border-color: rgb(202,244,68); }
td.TdClassName
{
border-color: #CAF444;
}
.TagClassName
{
border-color: #CAF444;
}
</style>