Shades of Pear #CAE62C
Tints of Pear #CAE62C
RGB
CMYK
RGB Variations
Color information
#CAE62C (or 0xCAE62C) is known color: Pear. HEX triplet: CA, E6 and 2C. RGB value is (202,230,44). Sum of RGB (Red+Green+Blue) = 202+230+44=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE62C is #3519D3. Grayscale: #C9C9C9. Windows color (decimal): -3480020 or 2942666. OLE color: 2942666.
HSL color Cylindrical-coordinate representation of color #CAE62C: hue angle of 69.03º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAE62C is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 44 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.10 |
| HSL | 69.03º | 0.79% | 0.54% | - |
| HSV(B) | 69.03º | 0.81% | 0.9% | - |
| XYZ | 53.11 | 69.33 | 12.97 | - |
| YUV | 200.42 | 39.72 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 44 | 0.12 | 0 | 0.81 | 0.10 | 69.03 | 0.79 | 0.54 |
| Hex | CA | E6 | 2C | C | 0 | 51 | A | 45 | 4F | 36 |
| Octal | 312 | 346 | 54 | 14 | 0 | 121 | 12 | 105 | 117 | 66 |
| Binary | 11001010 | 11100110 | 101100 | 1100 | 0 | 1010001 | 1010 | 1000101 | 1001111 | 110110 |
Color Harmonies of #CAE62C
Complementary color
Monochromatic Colors of #CAE62C
Black with #CAE62C
Text Example
Text Example
White with #CAE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE62C; }
p { color: rgb(202,230,44); }
H1.HeaderClassName
{
color: #CAE62C;
}
.AnyTagClassName
{
color: #CAE62C;
}
</style>
background-color css
<style>
a { background-color: #CAE62C; }
a { background-color: rgb(202,230,44); }
div.DivClassName
{
background-color: #CAE62C;
}
.BgClassName
{
background-color: #CAE62C;
}
</style>
border-color css
<style>
span { border-color: #CAE62C; }
span { border-color: rgb(202,230,44); }
td.TdClassName
{
border-color: #CAE62C;
}
.TagClassName
{
border-color: #CAE62C;
}
</style>