Shades of Pear #CAE32A
Tints of Pear #CAE32A
RGB
CMYK
RGB Variations
Color information
#CAE32A (or 0xCAE32A) is known color: Pear. HEX triplet: CA, E3 and 2A. RGB value is (202,227,42). Sum of RGB (Red+Green+Blue) = 202+227+42=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE32A is #351CD5. Grayscale: #C7C7C7. Windows color (decimal): -3480790 or 2810826. OLE color: 2810826.
HSL color Cylindrical-coordinate representation of color #CAE32A: hue angle of 68.11º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAE32A is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 42 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.11 |
| HSL | 68.11º | 0.77% | 0.53% | - |
| HSV(B) | 68.11º | 0.81% | 0.89% | - |
| XYZ | 52.24 | 67.66 | 12.5 | - |
| YUV | 198.44 | 39.72 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 42 | 0.11 | 0 | 0.81 | 0.11 | 68.11 | 0.77 | 0.53 |
| Hex | CA | E3 | 2A | B | 0 | 51 | B | 44 | 4D | 35 |
| Octal | 312 | 343 | 52 | 13 | 0 | 121 | 13 | 104 | 115 | 65 |
| Binary | 11001010 | 11100011 | 101010 | 1011 | 0 | 1010001 | 1011 | 1000100 | 1001101 | 110101 |
Color Harmonies of #CAE32A
Complementary color
Monochromatic Colors of #CAE32A
Black with #CAE32A
Text Example
Text Example
White with #CAE32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE32A; }
p { color: rgb(202,227,42); }
H1.HeaderClassName
{
color: #CAE32A;
}
.AnyTagClassName
{
color: #CAE32A;
}
</style>
background-color css
<style>
a { background-color: #CAE32A; }
a { background-color: rgb(202,227,42); }
div.DivClassName
{
background-color: #CAE32A;
}
.BgClassName
{
background-color: #CAE32A;
}
</style>
border-color css
<style>
span { border-color: #CAE32A; }
span { border-color: rgb(202,227,42); }
td.TdClassName
{
border-color: #CAE32A;
}
.TagClassName
{
border-color: #CAE32A;
}
</style>