Shades of Pear #CAE82C
Tints of Pear #CAE82C
RGB
CMYK
RGB Variations
Color information
#CAE82C (or 0xCAE82C) is known color: Pear. HEX triplet: CA, E8 and 2C. RGB value is (202,232,44). Sum of RGB (Red+Green+Blue) = 202+232+44=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE82C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE82C is #3517D3. Grayscale: #CACACA. Windows color (decimal): -3479508 or 2943178. OLE color: 2943178.
HSL color Cylindrical-coordinate representation of color #CAE82C: hue angle of 69.57º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAE82C is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 44 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.09 |
| HSL | 69.57º | 0.8% | 0.54% | - |
| HSV(B) | 69.57º | 0.81% | 0.91% | - |
| XYZ | 53.67 | 70.45 | 13.15 | - |
| YUV | 201.6 | 39.06 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 44 | 0.13 | 0 | 0.81 | 0.09 | 69.57 | 0.8 | 0.54 |
| Hex | CA | E8 | 2C | D | 0 | 51 | 9 | 46 | 50 | 36 |
| Octal | 312 | 350 | 54 | 15 | 0 | 121 | 11 | 106 | 120 | 66 |
| Binary | 11001010 | 11101000 | 101100 | 1101 | 0 | 1010001 | 1001 | 1000110 | 1010000 | 110110 |
Color Harmonies of #CAE82C
Complementary color
Monochromatic Colors of #CAE82C
Black with #CAE82C
Text Example
Text Example
White with #CAE82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE82C; }
p { color: rgb(202,232,44); }
H1.HeaderClassName
{
color: #CAE82C;
}
.AnyTagClassName
{
color: #CAE82C;
}
</style>
background-color css
<style>
a { background-color: #CAE82C; }
a { background-color: rgb(202,232,44); }
div.DivClassName
{
background-color: #CAE82C;
}
.BgClassName
{
background-color: #CAE82C;
}
</style>
border-color css
<style>
span { border-color: #CAE82C; }
span { border-color: rgb(202,232,44); }
td.TdClassName
{
border-color: #CAE82C;
}
.TagClassName
{
border-color: #CAE82C;
}
</style>