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