Shades of Pear #CAE63A
Tints of Pear #CAE63A
RGB
CMYK
RGB Variations
Color information
#CAE63A (or 0xCAE63A) is known color: Pear. HEX triplet: CA, E6 and 3A. RGB value is (202,230,58). Sum of RGB (Red+Green+Blue) = 202+230+58=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE63A is #3519C5. Grayscale: #CACACA. Windows color (decimal): -3480006 or 3860170. OLE color: 3860170.
HSL color Cylindrical-coordinate representation of color #CAE63A: hue angle of 69.77º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAE63A is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 58 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.10 |
| HSL | 69.77º | 0.77% | 0.56% | - |
| HSV(B) | 69.77º | 0.75% | 0.9% | - |
| XYZ | 53.42 | 69.46 | 14.59 | - |
| YUV | 202.02 | 46.72 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 58 | 0.12 | 0 | 0.75 | 0.10 | 69.77 | 0.77 | 0.56 |
| Hex | CA | E6 | 3A | C | 0 | 4B | A | 46 | 4D | 38 |
| Octal | 312 | 346 | 72 | 14 | 0 | 113 | 12 | 106 | 115 | 70 |
| Binary | 11001010 | 11100110 | 111010 | 1100 | 0 | 1001011 | 1010 | 1000110 | 1001101 | 111000 |
Color Harmonies of #CAE63A
Complementary color
Monochromatic Colors of #CAE63A
Black with #CAE63A
Text Example
Text Example
White with #CAE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE63A; }
p { color: rgb(202,230,58); }
H1.HeaderClassName
{
color: #CAE63A;
}
.AnyTagClassName
{
color: #CAE63A;
}
</style>
background-color css
<style>
a { background-color: #CAE63A; }
a { background-color: rgb(202,230,58); }
div.DivClassName
{
background-color: #CAE63A;
}
.BgClassName
{
background-color: #CAE63A;
}
</style>
border-color css
<style>
span { border-color: #CAE63A; }
span { border-color: rgb(202,230,58); }
td.TdClassName
{
border-color: #CAE63A;
}
.TagClassName
{
border-color: #CAE63A;
}
</style>