Shades of Pear #CDE215
Tints of Pear #CDE215
RGB
CMYK
RGB Variations
Color information
#CDE215 (or 0xCDE215) is known color: Pear. HEX triplet: CD, E2 and 15. RGB value is (205,226,21). Sum of RGB (Red+Green+Blue) = 205+226+21=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE215 is #321DEA. Grayscale: #C5C5C5. Windows color (decimal): -3284459 or 1434317. OLE color: 1434317.
HSL color Cylindrical-coordinate representation of color #CDE215: hue angle of 66.15º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDE215 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 21 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.11 |
| HSL | 66.15º | 0.83% | 0.48% | - |
| HSV(B) | 66.15º | 0.91% | 0.89% | - |
| XYZ | 52.51 | 67.43 | 10.96 | - |
| YUV | 196.35 | 29.04 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 21 | 0.09 | 0 | 0.91 | 0.11 | 66.15 | 0.83 | 0.48 |
| Hex | CD | E2 | 15 | 9 | 0 | 5B | B | 42 | 53 | 30 |
| Octal | 315 | 342 | 25 | 11 | 0 | 133 | 13 | 102 | 123 | 60 |
| Binary | 11001101 | 11100010 | 10101 | 1001 | 0 | 1011011 | 1011 | 1000010 | 1010011 | 110000 |
Color Harmonies of #CDE215
Complementary color
Monochromatic Colors of #CDE215
Black with #CDE215
Text Example
Text Example
White with #CDE215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE215; }
p { color: rgb(205,226,21); }
H1.HeaderClassName
{
color: #CDE215;
}
.AnyTagClassName
{
color: #CDE215;
}
</style>
background-color css
<style>
a { background-color: #CDE215; }
a { background-color: rgb(205,226,21); }
div.DivClassName
{
background-color: #CDE215;
}
.BgClassName
{
background-color: #CDE215;
}
</style>
border-color css
<style>
span { border-color: #CDE215; }
span { border-color: rgb(205,226,21); }
td.TdClassName
{
border-color: #CDE215;
}
.TagClassName
{
border-color: #CDE215;
}
</style>