Shades of Pear #CAE829
Tints of Pear #CAE829
RGB
CMYK
RGB Variations
Color information
#CAE829 (or 0xCAE829) is known color: Pear. HEX triplet: CA, E8 and 29. RGB value is (202,232,41). Sum of RGB (Red+Green+Blue) = 202+232+41=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE829 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE829 is #3517D6. Grayscale: #C9C9C9. Windows color (decimal): -3479511 or 2746570. OLE color: 2746570.
HSL color Cylindrical-coordinate representation of color #CAE829: hue angle of 69.42º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAE829 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 41 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.09 |
| HSL | 69.42º | 0.81% | 0.54% | - |
| HSV(B) | 69.42º | 0.82% | 0.91% | - |
| XYZ | 53.61 | 70.43 | 12.87 | - |
| YUV | 201.26 | 37.56 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 41 | 0.13 | 0 | 0.82 | 0.09 | 69.42 | 0.81 | 0.54 |
| Hex | CA | E8 | 29 | D | 0 | 52 | 9 | 45 | 51 | 36 |
| Octal | 312 | 350 | 51 | 15 | 0 | 122 | 11 | 105 | 121 | 66 |
| Binary | 11001010 | 11101000 | 101001 | 1101 | 0 | 1010010 | 1001 | 1000101 | 1010001 | 110110 |
Color Harmonies of #CAE829
Complementary color
Monochromatic Colors of #CAE829
Black with #CAE829
Text Example
Text Example
White with #CAE829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE829; }
p { color: rgb(202,232,41); }
H1.HeaderClassName
{
color: #CAE829;
}
.AnyTagClassName
{
color: #CAE829;
}
</style>
background-color css
<style>
a { background-color: #CAE829; }
a { background-color: rgb(202,232,41); }
div.DivClassName
{
background-color: #CAE829;
}
.BgClassName
{
background-color: #CAE829;
}
</style>
border-color css
<style>
span { border-color: #CAE829; }
span { border-color: rgb(202,232,41); }
td.TdClassName
{
border-color: #CAE829;
}
.TagClassName
{
border-color: #CAE829;
}
</style>