Shades of Pear #CAE821
Tints of Pear #CAE821
RGB
CMYK
RGB Variations
Color information
#CAE821 (or 0xCAE821) is known color: Pear. HEX triplet: CA, E8 and 21. RGB value is (202,232,33). Sum of RGB (Red+Green+Blue) = 202+232+33=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE821 is #3517DE. Grayscale: #C9C9C9. Windows color (decimal): -3479519 or 2222282. OLE color: 2222282.
HSL color Cylindrical-coordinate representation of color #CAE821: hue angle of 69.05º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAE821 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 33 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.09 |
| HSL | 69.05º | 0.81% | 0.52% | - |
| HSV(B) | 69.05º | 0.86% | 0.91% | - |
| XYZ | 53.49 | 70.38 | 12.2 | - |
| YUV | 200.34 | 33.56 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 33 | 0.13 | 0 | 0.86 | 0.09 | 69.05 | 0.81 | 0.52 |
| Hex | CA | E8 | 21 | D | 0 | 56 | 9 | 45 | 51 | 34 |
| Octal | 312 | 350 | 41 | 15 | 0 | 126 | 11 | 105 | 121 | 64 |
| Binary | 11001010 | 11101000 | 100001 | 1101 | 0 | 1010110 | 1001 | 1000101 | 1010001 | 110100 |
Color Harmonies of #CAE821
Complementary color
Monochromatic Colors of #CAE821
Black with #CAE821
Text Example
Text Example
White with #CAE821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE821; }
p { color: rgb(202,232,33); }
H1.HeaderClassName
{
color: #CAE821;
}
.AnyTagClassName
{
color: #CAE821;
}
</style>
background-color css
<style>
a { background-color: #CAE821; }
a { background-color: rgb(202,232,33); }
div.DivClassName
{
background-color: #CAE821;
}
.BgClassName
{
background-color: #CAE821;
}
</style>
border-color css
<style>
span { border-color: #CAE821; }
span { border-color: rgb(202,232,33); }
td.TdClassName
{
border-color: #CAE821;
}
.TagClassName
{
border-color: #CAE821;
}
</style>