Shades of Pear #CAE920
Tints of Pear #CAE920
RGB
CMYK
RGB Variations
Color information
#CAE920 (or 0xCAE920) is known color: Pear. HEX triplet: CA, E9 and 20. RGB value is (202,233,32). Sum of RGB (Red+Green+Blue) = 202+233+32=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE920 is #3516DF. Grayscale: #C9C9C9. Windows color (decimal): -3479264 or 2157002. OLE color: 2157002.
HSL color Cylindrical-coordinate representation of color #CAE920: hue angle of 69.25º degrees, saturation: 0.82, 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 #CAE920 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 32 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.09 |
| HSL | 69.25º | 0.82% | 0.52% | - |
| HSV(B) | 69.25º | 0.86% | 0.91% | - |
| XYZ | 53.76 | 70.94 | 12.23 | - |
| YUV | 200.82 | 32.73 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 32 | 0.13 | 0 | 0.86 | 0.09 | 69.25 | 0.82 | 0.52 |
| Hex | CA | E9 | 20 | D | 0 | 56 | 9 | 45 | 52 | 34 |
| Octal | 312 | 351 | 40 | 15 | 0 | 126 | 11 | 105 | 122 | 64 |
| Binary | 11001010 | 11101001 | 100000 | 1101 | 0 | 1010110 | 1001 | 1000101 | 1010010 | 110100 |
Color Harmonies of #CAE920
Complementary color
Monochromatic Colors of #CAE920
Black with #CAE920
Text Example
Text Example
White with #CAE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE920; }
p { color: rgb(202,233,32); }
H1.HeaderClassName
{
color: #CAE920;
}
.AnyTagClassName
{
color: #CAE920;
}
</style>
background-color css
<style>
a { background-color: #CAE920; }
a { background-color: rgb(202,233,32); }
div.DivClassName
{
background-color: #CAE920;
}
.BgClassName
{
background-color: #CAE920;
}
</style>
border-color css
<style>
span { border-color: #CAE920; }
span { border-color: rgb(202,233,32); }
td.TdClassName
{
border-color: #CAE920;
}
.TagClassName
{
border-color: #CAE920;
}
</style>