Shades of Pear #CAE917
Tints of Pear #CAE917
RGB
CMYK
RGB Variations
Color information
#CAE917 (or 0xCAE917) is known color: Pear. HEX triplet: CA, E9 and 17. RGB value is (202,233,23). Sum of RGB (Red+Green+Blue) = 202+233+23=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 233 (91.41% from 255 or 50.87% from 458); Blue value is 23 (9.38% from 255 or 5.02% from 458); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE917 is #3516E8. Grayscale: #C8C8C8. Windows color (decimal): -3479273 or 1567178. OLE color: 1567178.
HSL color Cylindrical-coordinate representation of color #CAE917: hue angle of 68.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAE917 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 23 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.09 |
| HSL | 68.86º | 0.83% | 0.5% | - |
| HSV(B) | 68.86º | 0.9% | 0.91% | - |
| XYZ | 53.65 | 70.9 | 11.67 | - |
| YUV | 199.79 | 28.23 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 23 | 0.13 | 0 | 0.90 | 0.09 | 68.86 | 0.83 | 0.5 |
| Hex | CA | E9 | 17 | D | 0 | 5A | 9 | 45 | 53 | 32 |
| Octal | 312 | 351 | 27 | 15 | 0 | 132 | 11 | 105 | 123 | 62 |
| Binary | 11001010 | 11101001 | 10111 | 1101 | 0 | 1011010 | 1001 | 1000101 | 1010011 | 110010 |
Color Harmonies of #CAE917
Complementary color
Monochromatic Colors of #CAE917
Black with #CAE917
Text Example
Text Example
White with #CAE917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE917; }
p { color: rgb(202,233,23); }
H1.HeaderClassName
{
color: #CAE917;
}
.AnyTagClassName
{
color: #CAE917;
}
</style>
background-color css
<style>
a { background-color: #CAE917; }
a { background-color: rgb(202,233,23); }
div.DivClassName
{
background-color: #CAE917;
}
.BgClassName
{
background-color: #CAE917;
}
</style>
border-color css
<style>
span { border-color: #CAE917; }
span { border-color: rgb(202,233,23); }
td.TdClassName
{
border-color: #CAE917;
}
.TagClassName
{
border-color: #CAE917;
}
</style>