Shades of Pear #CAE217
Tints of Pear #CAE217
RGB
CMYK
RGB Variations
Color information
#CAE217 (or 0xCAE217) is known color: Pear. HEX triplet: CA, E2 and 17. RGB value is (202,226,23). Sum of RGB (Red+Green+Blue) = 202+226+23=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE217 is #351DE8. Grayscale: #C4C4C4. Windows color (decimal): -3481065 or 1565386. OLE color: 1565386.
HSL color Cylindrical-coordinate representation of color #CAE217: hue angle of 67.09º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAE217 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 23 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.11 |
| HSL | 67.09º | 0.82% | 0.49% | - |
| HSV(B) | 67.09º | 0.9% | 0.89% | - |
| XYZ | 51.71 | 67.01 | 11.02 | - |
| YUV | 195.68 | 30.55 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 23 | 0.11 | 0 | 0.90 | 0.11 | 67.09 | 0.82 | 0.49 |
| Hex | CA | E2 | 17 | B | 0 | 5A | B | 43 | 52 | 31 |
| Octal | 312 | 342 | 27 | 13 | 0 | 132 | 13 | 103 | 122 | 61 |
| Binary | 11001010 | 11100010 | 10111 | 1011 | 0 | 1011010 | 1011 | 1000011 | 1010010 | 110001 |
Color Harmonies of #CAE217
Complementary color
Monochromatic Colors of #CAE217
Black with #CAE217
Text Example
Text Example
White with #CAE217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE217; }
p { color: rgb(202,226,23); }
H1.HeaderClassName
{
color: #CAE217;
}
.AnyTagClassName
{
color: #CAE217;
}
</style>
background-color css
<style>
a { background-color: #CAE217; }
a { background-color: rgb(202,226,23); }
div.DivClassName
{
background-color: #CAE217;
}
.BgClassName
{
background-color: #CAE217;
}
</style>
border-color css
<style>
span { border-color: #CAE217; }
span { border-color: rgb(202,226,23); }
td.TdClassName
{
border-color: #CAE217;
}
.TagClassName
{
border-color: #CAE217;
}
</style>