Shades of Pear #CAE81E
Tints of Pear #CAE81E
RGB
CMYK
RGB Variations
Color information
#CAE81E (or 0xCAE81E) is known color: Pear. HEX triplet: CA, E8 and 1E. RGB value is (202,232,30). Sum of RGB (Red+Green+Blue) = 202+232+30=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 232 (91.02% from 255 or 50% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE81E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE81E is #3517E1. Grayscale: #C8C8C8. Windows color (decimal): -3479522 or 2025674. OLE color: 2025674.
HSL color Cylindrical-coordinate representation of color #CAE81E: hue angle of 68.91º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAE81E is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 30 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.09 |
| HSL | 68.91º | 0.81% | 0.51% | - |
| HSV(B) | 68.91º | 0.87% | 0.91% | - |
| XYZ | 53.45 | 70.36 | 11.99 | - |
| YUV | 200 | 32.06 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 30 | 0.13 | 0 | 0.87 | 0.09 | 68.91 | 0.81 | 0.51 |
| Hex | CA | E8 | 1E | D | 0 | 57 | 9 | 45 | 51 | 33 |
| Octal | 312 | 350 | 36 | 15 | 0 | 127 | 11 | 105 | 121 | 63 |
| Binary | 11001010 | 11101000 | 11110 | 1101 | 0 | 1010111 | 1001 | 1000101 | 1010001 | 110011 |
Color Harmonies of #CAE81E
Complementary color
Monochromatic Colors of #CAE81E
Black with #CAE81E
Text Example
Text Example
White with #CAE81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE81E; }
p { color: rgb(202,232,30); }
H1.HeaderClassName
{
color: #CAE81E;
}
.AnyTagClassName
{
color: #CAE81E;
}
</style>
background-color css
<style>
a { background-color: #CAE81E; }
a { background-color: rgb(202,232,30); }
div.DivClassName
{
background-color: #CAE81E;
}
.BgClassName
{
background-color: #CAE81E;
}
</style>
border-color css
<style>
span { border-color: #CAE81E; }
span { border-color: rgb(202,232,30); }
td.TdClassName
{
border-color: #CAE81E;
}
.TagClassName
{
border-color: #CAE81E;
}
</style>