Shades of Pear #CAE220
Tints of Pear #CAE220
RGB
CMYK
RGB Variations
Color information
#CAE220 (or 0xCAE220) is known color: Pear. HEX triplet: CA, E2 and 20. RGB value is (202,226,32). Sum of RGB (Red+Green+Blue) = 202+226+32=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE220 is #351DDF. Grayscale: #C5C5C5. Windows color (decimal): -3481056 or 2155210. OLE color: 2155210.
HSL color Cylindrical-coordinate representation of color #CAE220: hue angle of 67.42º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAE220 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 32 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.11 |
| HSL | 67.42º | 0.77% | 0.51% | - |
| HSV(B) | 67.42º | 0.86% | 0.89% | - |
| XYZ | 51.81 | 67.05 | 11.58 | - |
| YUV | 196.71 | 35.05 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 32 | 0.11 | 0 | 0.86 | 0.11 | 67.42 | 0.77 | 0.51 |
| Hex | CA | E2 | 20 | B | 0 | 56 | B | 43 | 4D | 33 |
| Octal | 312 | 342 | 40 | 13 | 0 | 126 | 13 | 103 | 115 | 63 |
| Binary | 11001010 | 11100010 | 100000 | 1011 | 0 | 1010110 | 1011 | 1000011 | 1001101 | 110011 |
Color Harmonies of #CAE220
Complementary color
Monochromatic Colors of #CAE220
Black with #CAE220
Text Example
Text Example
White with #CAE220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE220; }
p { color: rgb(202,226,32); }
H1.HeaderClassName
{
color: #CAE220;
}
.AnyTagClassName
{
color: #CAE220;
}
</style>
background-color css
<style>
a { background-color: #CAE220; }
a { background-color: rgb(202,226,32); }
div.DivClassName
{
background-color: #CAE220;
}
.BgClassName
{
background-color: #CAE220;
}
</style>
border-color css
<style>
span { border-color: #CAE220; }
span { border-color: rgb(202,226,32); }
td.TdClassName
{
border-color: #CAE220;
}
.TagClassName
{
border-color: #CAE220;
}
</style>