Shades of Pear #CAE617
Tints of Pear #CAE617
RGB
CMYK
RGB Variations
Color information
#CAE617 (or 0xCAE617) is known color: Pear. HEX triplet: CA, E6 and 17. RGB value is (202,230,23). Sum of RGB (Red+Green+Blue) = 202+230+23=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 23 (9.38% from 255 or 5.05% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE617 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE617 is #3519E8. Grayscale: #C6C6C6. Windows color (decimal): -3480041 or 1566410. OLE color: 1566410.
HSL color Cylindrical-coordinate representation of color #CAE617: hue angle of 68.12º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAE617 is Cyan = 0.12, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 23 | - |
| CMYK | 0.12 | 0 | 0.9 | 0.10 |
| HSL | 68.12º | 0.82% | 0.5% | - |
| HSV(B) | 68.12º | 0.9% | 0.9% | - |
| XYZ | 52.81 | 69.21 | 11.39 | - |
| YUV | 198.03 | 29.22 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 23 | 0.12 | 0 | 0.9 | 0.10 | 68.12 | 0.82 | 0.5 |
| Hex | CA | E6 | 17 | C | 0 | 5A | A | 44 | 52 | 32 |
| Octal | 312 | 346 | 27 | 14 | 0 | 132 | 12 | 104 | 122 | 62 |
| Binary | 11001010 | 11100110 | 10111 | 1100 | 0 | 1011010 | 1010 | 1000100 | 1010010 | 110010 |
Color Harmonies of #CAE617
Complementary color
Monochromatic Colors of #CAE617
Black with #CAE617
Text Example
Text Example
White with #CAE617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE617; }
p { color: rgb(202,230,23); }
H1.HeaderClassName
{
color: #CAE617;
}
.AnyTagClassName
{
color: #CAE617;
}
</style>
background-color css
<style>
a { background-color: #CAE617; }
a { background-color: rgb(202,230,23); }
div.DivClassName
{
background-color: #CAE617;
}
.BgClassName
{
background-color: #CAE617;
}
</style>
border-color css
<style>
span { border-color: #CAE617; }
span { border-color: rgb(202,230,23); }
td.TdClassName
{
border-color: #CAE617;
}
.TagClassName
{
border-color: #CAE617;
}
</style>