Shades of Pear #CAF048
Tints of Pear #CAF048
RGB
CMYK
RGB Variations
Color information
#CAF048 (or 0xCAF048) is known color: Pear. HEX triplet: CA, F0 and 48. RGB value is (202,240,72). Sum of RGB (Red+Green+Blue) = 202+240+72=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF048 is #350FB7. Grayscale: #D2D2D2. Windows color (decimal): -3477432 or 4780234. OLE color: 4780234.
HSL color Cylindrical-coordinate representation of color #CAF048: hue angle of 73.57º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAF048 is Cyan = 0.16, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 72 | - |
| CMYK | 0.16 | 0 | 0.7 | 0.06 |
| HSL | 73.57º | 0.85% | 0.61% | - |
| HSV(B) | 73.57º | 0.7% | 0.94% | - |
| XYZ | 56.69 | 75.34 | 17.69 | - |
| YUV | 209.49 | 50.41 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 72 | 0.16 | 0 | 0.7 | 0.06 | 73.57 | 0.85 | 0.61 |
| Hex | CA | F0 | 48 | 10 | 0 | 46 | 6 | 4A | 55 | 3D |
| Octal | 312 | 360 | 110 | 20 | 0 | 106 | 6 | 112 | 125 | 75 |
| Binary | 11001010 | 11110000 | 1001000 | 10000 | 0 | 1000110 | 110 | 1001010 | 1010101 | 111101 |
Color Harmonies of #CAF048
Complementary color
Monochromatic Colors of #CAF048
Black with #CAF048
Text Example
Text Example
White with #CAF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF048; }
p { color: rgb(202,240,72); }
H1.HeaderClassName
{
color: #CAF048;
}
.AnyTagClassName
{
color: #CAF048;
}
</style>
background-color css
<style>
a { background-color: #CAF048; }
a { background-color: rgb(202,240,72); }
div.DivClassName
{
background-color: #CAF048;
}
.BgClassName
{
background-color: #CAF048;
}
</style>
border-color css
<style>
span { border-color: #CAF048; }
span { border-color: rgb(202,240,72); }
td.TdClassName
{
border-color: #CAF048;
}
.TagClassName
{
border-color: #CAF048;
}
</style>