Shades of Pear #CAE721
Tints of Pear #CAE721
RGB
CMYK
RGB Variations
Color information
#CAE721 (or 0xCAE721) is known color: Pear. HEX triplet: CA, E7 and 21. RGB value is (202,231,33). Sum of RGB (Red+Green+Blue) = 202+231+33=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE721 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE721 is #3518DE. Grayscale: #C8C8C8. Windows color (decimal): -3479775 or 2222026. OLE color: 2222026.
HSL color Cylindrical-coordinate representation of color #CAE721: hue angle of 68.79º degrees, saturation: 0.8, 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 #CAE721 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 33 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.09 |
| HSL | 68.79º | 0.8% | 0.52% | - |
| HSV(B) | 68.79º | 0.86% | 0.91% | - |
| XYZ | 53.21 | 69.82 | 12.11 | - |
| YUV | 199.76 | 33.89 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 33 | 0.13 | 0 | 0.86 | 0.09 | 68.79 | 0.8 | 0.52 |
| Hex | CA | E7 | 21 | D | 0 | 56 | 9 | 45 | 50 | 34 |
| Octal | 312 | 347 | 41 | 15 | 0 | 126 | 11 | 105 | 120 | 64 |
| Binary | 11001010 | 11100111 | 100001 | 1101 | 0 | 1010110 | 1001 | 1000101 | 1010000 | 110100 |
Color Harmonies of #CAE721
Complementary color
Monochromatic Colors of #CAE721
Black with #CAE721
Text Example
Text Example
White with #CAE721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE721; }
p { color: rgb(202,231,33); }
H1.HeaderClassName
{
color: #CAE721;
}
.AnyTagClassName
{
color: #CAE721;
}
</style>
background-color css
<style>
a { background-color: #CAE721; }
a { background-color: rgb(202,231,33); }
div.DivClassName
{
background-color: #CAE721;
}
.BgClassName
{
background-color: #CAE721;
}
</style>
border-color css
<style>
span { border-color: #CAE721; }
span { border-color: rgb(202,231,33); }
td.TdClassName
{
border-color: #CAE721;
}
.TagClassName
{
border-color: #CAE721;
}
</style>