Shades of Pear #CDE915
Tints of Pear #CDE915
RGB
CMYK
RGB Variations
Color information
#CDE915 (or 0xCDE915) is known color: Pear. HEX triplet: CD, E9 and 15. RGB value is (205,233,21). Sum of RGB (Red+Green+Blue) = 205+233+21=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE915 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE915 is #3216EA. Grayscale: #C9C9C9. Windows color (decimal): -3282667 or 1436109. OLE color: 1436109.
HSL color Cylindrical-coordinate representation of color #CDE915: hue angle of 67.92º 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 #CDE915 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 21 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.09 |
| HSL | 67.92º | 0.83% | 0.5% | - |
| HSV(B) | 67.92º | 0.91% | 0.91% | - |
| XYZ | 54.45 | 71.31 | 11.6 | - |
| YUV | 200.46 | 26.72 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 21 | 0.12 | 0 | 0.91 | 0.09 | 67.92 | 0.83 | 0.5 |
| Hex | CD | E9 | 15 | C | 0 | 5B | 9 | 44 | 53 | 32 |
| Octal | 315 | 351 | 25 | 14 | 0 | 133 | 11 | 104 | 123 | 62 |
| Binary | 11001101 | 11101001 | 10101 | 1100 | 0 | 1011011 | 1001 | 1000100 | 1010011 | 110010 |
Color Harmonies of #CDE915
Complementary color
Monochromatic Colors of #CDE915
Black with #CDE915
Text Example
Text Example
White with #CDE915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE915; }
p { color: rgb(205,233,21); }
H1.HeaderClassName
{
color: #CDE915;
}
.AnyTagClassName
{
color: #CDE915;
}
</style>
background-color css
<style>
a { background-color: #CDE915; }
a { background-color: rgb(205,233,21); }
div.DivClassName
{
background-color: #CDE915;
}
.BgClassName
{
background-color: #CDE915;
}
</style>
border-color css
<style>
span { border-color: #CDE915; }
span { border-color: rgb(205,233,21); }
td.TdClassName
{
border-color: #CDE915;
}
.TagClassName
{
border-color: #CDE915;
}
</style>