Shades of Pear #CAE717
Tints of Pear #CAE717
RGB
CMYK
RGB Variations
Color information
#CAE717 (or 0xCAE717) is known color: Pear. HEX triplet: CA, E7 and 17. RGB value is (202,231,23). Sum of RGB (Red+Green+Blue) = 202+231+23=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 231 (90.62% from 255 or 50.66% from 456); Blue value is 23 (9.38% from 255 or 5.04% from 456); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE717 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE717 is #3518E8. Grayscale: #C7C7C7. Windows color (decimal): -3479785 or 1566666. OLE color: 1566666.
HSL color Cylindrical-coordinate representation of color #CAE717: hue angle of 68.37º degrees, saturation: 0.82, 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 #CAE717 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 23 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.09 |
| HSL | 68.37º | 0.82% | 0.5% | - |
| HSV(B) | 68.37º | 0.9% | 0.91% | - |
| XYZ | 53.09 | 69.77 | 11.48 | - |
| YUV | 198.62 | 28.89 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 23 | 0.13 | 0 | 0.90 | 0.09 | 68.37 | 0.82 | 0.5 |
| Hex | CA | E7 | 17 | D | 0 | 5A | 9 | 44 | 52 | 32 |
| Octal | 312 | 347 | 27 | 15 | 0 | 132 | 11 | 104 | 122 | 62 |
| Binary | 11001010 | 11100111 | 10111 | 1101 | 0 | 1011010 | 1001 | 1000100 | 1010010 | 110010 |
Color Harmonies of #CAE717
Complementary color
Monochromatic Colors of #CAE717
Black with #CAE717
Text Example
Text Example
White with #CAE717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE717; }
p { color: rgb(202,231,23); }
H1.HeaderClassName
{
color: #CAE717;
}
.AnyTagClassName
{
color: #CAE717;
}
</style>
background-color css
<style>
a { background-color: #CAE717; }
a { background-color: rgb(202,231,23); }
div.DivClassName
{
background-color: #CAE717;
}
.BgClassName
{
background-color: #CAE717;
}
</style>
border-color css
<style>
span { border-color: #CAE717; }
span { border-color: rgb(202,231,23); }
td.TdClassName
{
border-color: #CAE717;
}
.TagClassName
{
border-color: #CAE717;
}
</style>