Shades of Pear #CAF221
Tints of Pear #CAF221
RGB
CMYK
RGB Variations
Color information
#CAF221 (or 0xCAF221) is known color: Pear. HEX triplet: CA, F2 and 21. RGB value is (202,242,33). Sum of RGB (Red+Green+Blue) = 202+242+33=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 33 (13.28% from 255 or 6.92% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF221 is #350DDE. Grayscale: #CFCFCF. Windows color (decimal): -3476959 or 2224842. OLE color: 2224842.
HSL color Cylindrical-coordinate representation of color #CAF221: hue angle of 71.48º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAF221 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 33 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.05 |
| HSL | 71.48º | 0.89% | 0.54% | - |
| HSV(B) | 71.48º | 0.86% | 0.95% | - |
| XYZ | 56.38 | 76.17 | 13.17 | - |
| YUV | 206.21 | 30.25 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 33 | 0.17 | 0 | 0.86 | 0.05 | 71.48 | 0.89 | 0.54 |
| Hex | CA | F2 | 21 | 11 | 0 | 56 | 5 | 47 | 59 | 36 |
| Octal | 312 | 362 | 41 | 21 | 0 | 126 | 5 | 107 | 131 | 66 |
| Binary | 11001010 | 11110010 | 100001 | 10001 | 0 | 1010110 | 101 | 1000111 | 1011001 | 110110 |
Color Harmonies of #CAF221
Complementary color
Monochromatic Colors of #CAF221
Black with #CAF221
Text Example
Text Example
White with #CAF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF221; }
p { color: rgb(202,242,33); }
H1.HeaderClassName
{
color: #CAF221;
}
.AnyTagClassName
{
color: #CAF221;
}
</style>
background-color css
<style>
a { background-color: #CAF221; }
a { background-color: rgb(202,242,33); }
div.DivClassName
{
background-color: #CAF221;
}
.BgClassName
{
background-color: #CAF221;
}
</style>
border-color css
<style>
span { border-color: #CAF221; }
span { border-color: rgb(202,242,33); }
td.TdClassName
{
border-color: #CAF221;
}
.TagClassName
{
border-color: #CAF221;
}
</style>