Shades of Pear #CAF022
Tints of Pear #CAF022
RGB
CMYK
RGB Variations
Color information
#CAF022 (or 0xCAF022) is known color: Pear. HEX triplet: CA, F0 and 22. RGB value is (202,240,34). Sum of RGB (Red+Green+Blue) = 202+240+34=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 34 (13.67% from 255 or 7.14% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF022 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF022 is #350FDD. Grayscale: #CDCDCD. Windows color (decimal): -3477470 or 2289866. OLE color: 2289866.
HSL color Cylindrical-coordinate representation of color #CAF022: hue angle of 71.07º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAF022 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 34 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.06 |
| HSL | 71.07º | 0.87% | 0.54% | - |
| HSV(B) | 71.07º | 0.86% | 0.94% | - |
| XYZ | 55.81 | 74.99 | 13.05 | - |
| YUV | 205.15 | 31.41 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 34 | 0.16 | 0 | 0.86 | 0.06 | 71.07 | 0.87 | 0.54 |
| Hex | CA | F0 | 22 | 10 | 0 | 56 | 6 | 47 | 57 | 36 |
| Octal | 312 | 360 | 42 | 20 | 0 | 126 | 6 | 107 | 127 | 66 |
| Binary | 11001010 | 11110000 | 100010 | 10000 | 0 | 1010110 | 110 | 1000111 | 1010111 | 110110 |
Color Harmonies of #CAF022
Complementary color
Monochromatic Colors of #CAF022
Black with #CAF022
Text Example
Text Example
White with #CAF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF022; }
p { color: rgb(202,240,34); }
H1.HeaderClassName
{
color: #CAF022;
}
.AnyTagClassName
{
color: #CAF022;
}
</style>
background-color css
<style>
a { background-color: #CAF022; }
a { background-color: rgb(202,240,34); }
div.DivClassName
{
background-color: #CAF022;
}
.BgClassName
{
background-color: #CAF022;
}
</style>
border-color css
<style>
span { border-color: #CAF022; }
span { border-color: rgb(202,240,34); }
td.TdClassName
{
border-color: #CAF022;
}
.TagClassName
{
border-color: #CAF022;
}
</style>