Shades of Pear #CAF046
Tints of Pear #CAF046
RGB
CMYK
RGB Variations
Color information
#CAF046 (or 0xCAF046) is known color: Pear. HEX triplet: CA, F0 and 46. RGB value is (202,240,70). Sum of RGB (Red+Green+Blue) = 202+240+70=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF046 is #350FB9. Grayscale: #D1D1D1. Windows color (decimal): -3477434 or 4649162. OLE color: 4649162.
HSL color Cylindrical-coordinate representation of color #CAF046: hue angle of 73.41º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAF046 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 70 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.06 |
| HSL | 73.41º | 0.85% | 0.61% | - |
| HSV(B) | 73.41º | 0.71% | 0.94% | - |
| XYZ | 56.62 | 75.32 | 17.35 | - |
| YUV | 209.26 | 49.41 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 70 | 0.16 | 0 | 0.71 | 0.06 | 73.41 | 0.85 | 0.61 |
| Hex | CA | F0 | 46 | 10 | 0 | 47 | 6 | 49 | 55 | 3D |
| Octal | 312 | 360 | 106 | 20 | 0 | 107 | 6 | 111 | 125 | 75 |
| Binary | 11001010 | 11110000 | 1000110 | 10000 | 0 | 1000111 | 110 | 1001001 | 1010101 | 111101 |
Color Harmonies of #CAF046
Complementary color
Monochromatic Colors of #CAF046
Black with #CAF046
Text Example
Text Example
White with #CAF046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF046; }
p { color: rgb(202,240,70); }
H1.HeaderClassName
{
color: #CAF046;
}
.AnyTagClassName
{
color: #CAF046;
}
</style>
background-color css
<style>
a { background-color: #CAF046; }
a { background-color: rgb(202,240,70); }
div.DivClassName
{
background-color: #CAF046;
}
.BgClassName
{
background-color: #CAF046;
}
</style>
border-color css
<style>
span { border-color: #CAF046; }
span { border-color: rgb(202,240,70); }
td.TdClassName
{
border-color: #CAF046;
}
.TagClassName
{
border-color: #CAF046;
}
</style>