Shades of Pear #CAE22C
Tints of Pear #CAE22C
RGB
CMYK
RGB Variations
Color information
#CAE22C (or 0xCAE22C) is known color: Pear. HEX triplet: CA, E2 and 2C. RGB value is (202,226,44). Sum of RGB (Red+Green+Blue) = 202+226+44=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE22C is #351DD3. Grayscale: #C6C6C6. Windows color (decimal): -3481044 or 2941642. OLE color: 2941642.
HSL color Cylindrical-coordinate representation of color #CAE22C: hue angle of 67.91º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAE22C is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 44 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.11 |
| HSL | 67.91º | 0.76% | 0.53% | - |
| HSV(B) | 67.91º | 0.81% | 0.89% | - |
| XYZ | 52.01 | 67.13 | 12.6 | - |
| YUV | 198.08 | 41.05 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 44 | 0.11 | 0 | 0.81 | 0.11 | 67.91 | 0.76 | 0.53 |
| Hex | CA | E2 | 2C | B | 0 | 51 | B | 44 | 4C | 35 |
| Octal | 312 | 342 | 54 | 13 | 0 | 121 | 13 | 104 | 114 | 65 |
| Binary | 11001010 | 11100010 | 101100 | 1011 | 0 | 1010001 | 1011 | 1000100 | 1001100 | 110101 |
Color Harmonies of #CAE22C
Complementary color
Monochromatic Colors of #CAE22C
Black with #CAE22C
Text Example
Text Example
White with #CAE22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE22C; }
p { color: rgb(202,226,44); }
H1.HeaderClassName
{
color: #CAE22C;
}
.AnyTagClassName
{
color: #CAE22C;
}
</style>
background-color css
<style>
a { background-color: #CAE22C; }
a { background-color: rgb(202,226,44); }
div.DivClassName
{
background-color: #CAE22C;
}
.BgClassName
{
background-color: #CAE22C;
}
</style>
border-color css
<style>
span { border-color: #CAE22C; }
span { border-color: rgb(202,226,44); }
td.TdClassName
{
border-color: #CAE22C;
}
.TagClassName
{
border-color: #CAE22C;
}
</style>