Shades of Pear #CAE22E
Tints of Pear #CAE22E
RGB
CMYK
RGB Variations
Color information
#CAE22E (or 0xCAE22E) is known color: Pear. HEX triplet: CA, E2 and 2E. RGB value is (202,226,46). Sum of RGB (Red+Green+Blue) = 202+226+46=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE22E is #351DD1. Grayscale: #C7C7C7. Windows color (decimal): -3481042 or 3072714. OLE color: 3072714.
HSL color Cylindrical-coordinate representation of color #CAE22E: hue angle of 68º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAE22E is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 46 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.11 |
| HSL | 68º | 0.76% | 0.53% | - |
| HSV(B) | 68º | 0.8% | 0.89% | - |
| XYZ | 52.05 | 67.15 | 12.8 | - |
| YUV | 198.3 | 42.05 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 46 | 0.11 | 0 | 0.80 | 0.11 | 68 | 0.76 | 0.53 |
| Hex | CA | E2 | 2E | B | 0 | 50 | B | 44 | 4C | 35 |
| Octal | 312 | 342 | 56 | 13 | 0 | 120 | 13 | 104 | 114 | 65 |
| Binary | 11001010 | 11100010 | 101110 | 1011 | 0 | 1010000 | 1011 | 1000100 | 1001100 | 110101 |
Color Harmonies of #CAE22E
Complementary color
Monochromatic Colors of #CAE22E
Black with #CAE22E
Text Example
Text Example
White with #CAE22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE22E; }
p { color: rgb(202,226,46); }
H1.HeaderClassName
{
color: #CAE22E;
}
.AnyTagClassName
{
color: #CAE22E;
}
</style>
background-color css
<style>
a { background-color: #CAE22E; }
a { background-color: rgb(202,226,46); }
div.DivClassName
{
background-color: #CAE22E;
}
.BgClassName
{
background-color: #CAE22E;
}
</style>
border-color css
<style>
span { border-color: #CAE22E; }
span { border-color: rgb(202,226,46); }
td.TdClassName
{
border-color: #CAE22E;
}
.TagClassName
{
border-color: #CAE22E;
}
</style>