Shades of Pear #CAE329
Tints of Pear #CAE329
RGB
CMYK
RGB Variations
Color information
#CAE329 (or 0xCAE329) is known color: Pear. HEX triplet: CA, E3 and 29. RGB value is (202,227,41). Sum of RGB (Red+Green+Blue) = 202+227+41=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 41 (16.41% from 255 or 8.72% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE329 is #351CD6. Grayscale: #C7C7C7. Windows color (decimal): -3480791 or 2745290. OLE color: 2745290.
HSL color Cylindrical-coordinate representation of color #CAE329: hue angle of 68.06º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAE329 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 41 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.11 |
| HSL | 68.06º | 0.77% | 0.53% | - |
| HSV(B) | 68.06º | 0.82% | 0.89% | - |
| XYZ | 52.23 | 67.65 | 12.4 | - |
| YUV | 198.32 | 39.22 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 41 | 0.11 | 0 | 0.82 | 0.11 | 68.06 | 0.77 | 0.53 |
| Hex | CA | E3 | 29 | B | 0 | 52 | B | 44 | 4D | 35 |
| Octal | 312 | 343 | 51 | 13 | 0 | 122 | 13 | 104 | 115 | 65 |
| Binary | 11001010 | 11100011 | 101001 | 1011 | 0 | 1010010 | 1011 | 1000100 | 1001101 | 110101 |
Color Harmonies of #CAE329
Complementary color
Monochromatic Colors of #CAE329
Black with #CAE329
Text Example
Text Example
White with #CAE329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE329; }
p { color: rgb(202,227,41); }
H1.HeaderClassName
{
color: #CAE329;
}
.AnyTagClassName
{
color: #CAE329;
}
</style>
background-color css
<style>
a { background-color: #CAE329; }
a { background-color: rgb(202,227,41); }
div.DivClassName
{
background-color: #CAE329;
}
.BgClassName
{
background-color: #CAE329;
}
</style>
border-color css
<style>
span { border-color: #CAE329; }
span { border-color: rgb(202,227,41); }
td.TdClassName
{
border-color: #CAE329;
}
.TagClassName
{
border-color: #CAE329;
}
</style>