Shades of Pear #CAE223
Tints of Pear #CAE223
RGB
CMYK
RGB Variations
Color information
#CAE223 (or 0xCAE223) is known color: Pear. HEX triplet: CA, E2 and 23. RGB value is (202,226,35). Sum of RGB (Red+Green+Blue) = 202+226+35=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 35 (14.06% from 255 or 7.56% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE223 is #351DDC. Grayscale: #C5C5C5. Windows color (decimal): -3481053 or 2351818. OLE color: 2351818.
HSL color Cylindrical-coordinate representation of color #CAE223: hue angle of 67.54º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAE223 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 35 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.11 |
| HSL | 67.54º | 0.77% | 0.51% | - |
| HSV(B) | 67.54º | 0.85% | 0.89% | - |
| XYZ | 51.86 | 67.07 | 11.8 | - |
| YUV | 197.05 | 36.55 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 35 | 0.11 | 0 | 0.85 | 0.11 | 67.54 | 0.77 | 0.51 |
| Hex | CA | E2 | 23 | B | 0 | 55 | B | 44 | 4D | 33 |
| Octal | 312 | 342 | 43 | 13 | 0 | 125 | 13 | 104 | 115 | 63 |
| Binary | 11001010 | 11100010 | 100011 | 1011 | 0 | 1010101 | 1011 | 1000100 | 1001101 | 110011 |
Color Harmonies of #CAE223
Complementary color
Monochromatic Colors of #CAE223
Black with #CAE223
Text Example
Text Example
White with #CAE223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE223; }
p { color: rgb(202,226,35); }
H1.HeaderClassName
{
color: #CAE223;
}
.AnyTagClassName
{
color: #CAE223;
}
</style>
background-color css
<style>
a { background-color: #CAE223; }
a { background-color: rgb(202,226,35); }
div.DivClassName
{
background-color: #CAE223;
}
.BgClassName
{
background-color: #CAE223;
}
</style>
border-color css
<style>
span { border-color: #CAE223; }
span { border-color: rgb(202,226,35); }
td.TdClassName
{
border-color: #CAE223;
}
.TagClassName
{
border-color: #CAE223;
}
</style>