Shades of Pear #CAF020
Tints of Pear #CAF020
RGB
CMYK
RGB Variations
Color information
#CAF020 (or 0xCAF020) is known color: Pear. HEX triplet: CA, F0 and 20. RGB value is (202,240,32). Sum of RGB (Red+Green+Blue) = 202+240+32=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF020 is #350FDF. Grayscale: #CDCDCD. Windows color (decimal): -3477472 or 2158794. OLE color: 2158794.
HSL color Cylindrical-coordinate representation of color #CAF020: hue angle of 70.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAF020 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 32 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.06 |
| HSL | 70.96º | 0.87% | 0.53% | - |
| HSV(B) | 70.96º | 0.87% | 0.94% | - |
| XYZ | 55.78 | 74.98 | 12.9 | - |
| YUV | 204.93 | 30.41 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 32 | 0.16 | 0 | 0.87 | 0.06 | 70.96 | 0.87 | 0.53 |
| Hex | CA | F0 | 20 | 10 | 0 | 57 | 6 | 47 | 57 | 35 |
| Octal | 312 | 360 | 40 | 20 | 0 | 127 | 6 | 107 | 127 | 65 |
| Binary | 11001010 | 11110000 | 100000 | 10000 | 0 | 1010111 | 110 | 1000111 | 1010111 | 110101 |
Color Harmonies of #CAF020
Complementary color
Monochromatic Colors of #CAF020
Black with #CAF020
Text Example
Text Example
White with #CAF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF020; }
p { color: rgb(202,240,32); }
H1.HeaderClassName
{
color: #CAF020;
}
.AnyTagClassName
{
color: #CAF020;
}
</style>
background-color css
<style>
a { background-color: #CAF020; }
a { background-color: rgb(202,240,32); }
div.DivClassName
{
background-color: #CAF020;
}
.BgClassName
{
background-color: #CAF020;
}
</style>
border-color css
<style>
span { border-color: #CAF020; }
span { border-color: rgb(202,240,32); }
td.TdClassName
{
border-color: #CAF020;
}
.TagClassName
{
border-color: #CAF020;
}
</style>