Shades of Pear #CAE322
Tints of Pear #CAE322
RGB
CMYK
RGB Variations
Color information
#CAE322 (or 0xCAE322) is known color: Pear. HEX triplet: CA, E3 and 22. RGB value is (202,227,34). Sum of RGB (Red+Green+Blue) = 202+227+34=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE322 is #351CDD. Grayscale: #C6C6C6. Windows color (decimal): -3480798 or 2286538. OLE color: 2286538.
HSL color Cylindrical-coordinate representation of color #CAE322: hue angle of 67.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAE322 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 34 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.11 |
| HSL | 67.77º | 0.78% | 0.51% | - |
| HSV(B) | 67.77º | 0.85% | 0.89% | - |
| XYZ | 52.11 | 67.61 | 11.82 | - |
| YUV | 197.52 | 35.72 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 34 | 0.11 | 0 | 0.85 | 0.11 | 67.77 | 0.78 | 0.51 |
| Hex | CA | E3 | 22 | B | 0 | 55 | B | 44 | 4E | 33 |
| Octal | 312 | 343 | 42 | 13 | 0 | 125 | 13 | 104 | 116 | 63 |
| Binary | 11001010 | 11100011 | 100010 | 1011 | 0 | 1010101 | 1011 | 1000100 | 1001110 | 110011 |
Color Harmonies of #CAE322
Complementary color
Monochromatic Colors of #CAE322
Black with #CAE322
Text Example
Text Example
White with #CAE322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE322; }
p { color: rgb(202,227,34); }
H1.HeaderClassName
{
color: #CAE322;
}
.AnyTagClassName
{
color: #CAE322;
}
</style>
background-color css
<style>
a { background-color: #CAE322; }
a { background-color: rgb(202,227,34); }
div.DivClassName
{
background-color: #CAE322;
}
.BgClassName
{
background-color: #CAE322;
}
</style>
border-color css
<style>
span { border-color: #CAE322; }
span { border-color: rgb(202,227,34); }
td.TdClassName
{
border-color: #CAE322;
}
.TagClassName
{
border-color: #CAE322;
}
</style>