Shades of Pear #CAE032
Tints of Pear #CAE032
RGB
CMYK
RGB Variations
Color information
#CAE032 (or 0xCAE032) is known color: Pear. HEX triplet: CA, E0 and 32. RGB value is (202,224,50). Sum of RGB (Red+Green+Blue) = 202+224+50=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE032 is #351FCD. Grayscale: #C6C6C6. Windows color (decimal): -3481550 or 3334346. OLE color: 3334346.
HSL color Cylindrical-coordinate representation of color #CAE032: hue angle of 67.59º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAE032 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 50 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.12 |
| HSL | 67.59º | 0.74% | 0.54% | - |
| HSV(B) | 67.59º | 0.78% | 0.88% | - |
| XYZ | 51.59 | 66.1 | 13.06 | - |
| YUV | 197.59 | 44.71 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 50 | 0.10 | 0 | 0.78 | 0.12 | 67.59 | 0.74 | 0.54 |
| Hex | CA | E0 | 32 | A | 0 | 4E | C | 44 | 4A | 36 |
| Octal | 312 | 340 | 62 | 12 | 0 | 116 | 14 | 104 | 112 | 66 |
| Binary | 11001010 | 11100000 | 110010 | 1010 | 0 | 1001110 | 1100 | 1000100 | 1001010 | 110110 |
Color Harmonies of #CAE032
Complementary color
Monochromatic Colors of #CAE032
Black with #CAE032
Text Example
Text Example
White with #CAE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE032; }
p { color: rgb(202,224,50); }
H1.HeaderClassName
{
color: #CAE032;
}
.AnyTagClassName
{
color: #CAE032;
}
</style>
background-color css
<style>
a { background-color: #CAE032; }
a { background-color: rgb(202,224,50); }
div.DivClassName
{
background-color: #CAE032;
}
.BgClassName
{
background-color: #CAE032;
}
</style>
border-color css
<style>
span { border-color: #CAE032; }
span { border-color: rgb(202,224,50); }
td.TdClassName
{
border-color: #CAE032;
}
.TagClassName
{
border-color: #CAE032;
}
</style>