Shades of Pear #CDE222
Tints of Pear #CDE222
RGB
CMYK
RGB Variations
Color information
#CDE222 (or 0xCDE222) is known color: Pear. HEX triplet: CD, E2 and 22. RGB value is (205,226,34). Sum of RGB (Red+Green+Blue) = 205+226+34=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE222 is #321DDD. Grayscale: #C6C6C6. Windows color (decimal): -3284446 or 2286285. OLE color: 2286285.
HSL color Cylindrical-coordinate representation of color #CDE222: hue angle of 66.56º 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 #CDE222 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 34 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.11 |
| HSL | 66.56º | 0.77% | 0.51% | - |
| HSV(B) | 66.56º | 0.85% | 0.89% | - |
| XYZ | 52.66 | 67.49 | 11.76 | - |
| YUV | 197.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 34 | 0.09 | 0 | 0.85 | 0.11 | 66.56 | 0.77 | 0.51 |
| Hex | CD | E2 | 22 | 9 | 0 | 55 | B | 43 | 4D | 33 |
| Octal | 315 | 342 | 42 | 11 | 0 | 125 | 13 | 103 | 115 | 63 |
| Binary | 11001101 | 11100010 | 100010 | 1001 | 0 | 1010101 | 1011 | 1000011 | 1001101 | 110011 |
Color Harmonies of #CDE222
Complementary color
Monochromatic Colors of #CDE222
Black with #CDE222
Text Example
Text Example
White with #CDE222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE222; }
p { color: rgb(205,226,34); }
H1.HeaderClassName
{
color: #CDE222;
}
.AnyTagClassName
{
color: #CDE222;
}
</style>
background-color css
<style>
a { background-color: #CDE222; }
a { background-color: rgb(205,226,34); }
div.DivClassName
{
background-color: #CDE222;
}
.BgClassName
{
background-color: #CDE222;
}
</style>
border-color css
<style>
span { border-color: #CDE222; }
span { border-color: rgb(205,226,34); }
td.TdClassName
{
border-color: #CDE222;
}
.TagClassName
{
border-color: #CDE222;
}
</style>