Shades of Pear #CDE815
Tints of Pear #CDE815
RGB
CMYK
RGB Variations
Color information
#CDE815 (or 0xCDE815) is known color: Pear. HEX triplet: CD, E8 and 15. RGB value is (205,232,21). Sum of RGB (Red+Green+Blue) = 205+232+21=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 232 (91.02% from 255 or 50.66% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE815 is #3217EA. Grayscale: #C8C8C8. Windows color (decimal): -3282923 or 1435853. OLE color: 1435853.
HSL color Cylindrical-coordinate representation of color #CDE815: hue angle of 67.68º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDE815 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 21 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.09 |
| HSL | 67.68º | 0.83% | 0.5% | - |
| HSV(B) | 67.68º | 0.91% | 0.91% | - |
| XYZ | 54.17 | 70.75 | 11.51 | - |
| YUV | 199.87 | 27.05 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 21 | 0.12 | 0 | 0.91 | 0.09 | 67.68 | 0.83 | 0.5 |
| Hex | CD | E8 | 15 | C | 0 | 5B | 9 | 44 | 53 | 32 |
| Octal | 315 | 350 | 25 | 14 | 0 | 133 | 11 | 104 | 123 | 62 |
| Binary | 11001101 | 11101000 | 10101 | 1100 | 0 | 1011011 | 1001 | 1000100 | 1010011 | 110010 |
Color Harmonies of #CDE815
Complementary color
Monochromatic Colors of #CDE815
Black with #CDE815
Text Example
Text Example
White with #CDE815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE815; }
p { color: rgb(205,232,21); }
H1.HeaderClassName
{
color: #CDE815;
}
.AnyTagClassName
{
color: #CDE815;
}
</style>
background-color css
<style>
a { background-color: #CDE815; }
a { background-color: rgb(205,232,21); }
div.DivClassName
{
background-color: #CDE815;
}
.BgClassName
{
background-color: #CDE815;
}
</style>
border-color css
<style>
span { border-color: #CDE815; }
span { border-color: rgb(205,232,21); }
td.TdClassName
{
border-color: #CDE815;
}
.TagClassName
{
border-color: #CDE815;
}
</style>