Shades of Pear #CDE914
Tints of Pear #CDE914
RGB
CMYK
RGB Variations
Color information
#CDE914 (or 0xCDE914) is known color: Pear. HEX triplet: CD, E9 and 14. RGB value is (205,233,20). Sum of RGB (Red+Green+Blue) = 205+233+20=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 233 (91.41% from 255 or 50.87% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE914 is #3216EB. Grayscale: #C9C9C9. Windows color (decimal): -3282668 or 1370573. OLE color: 1370573.
HSL color Cylindrical-coordinate representation of color #CDE914: hue angle of 67.89º degrees, saturation: 0.84, 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 #CDE914 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 20 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.09 |
| HSL | 67.89º | 0.84% | 0.5% | - |
| HSV(B) | 67.89º | 0.91% | 0.91% | - |
| XYZ | 54.44 | 71.31 | 11.56 | - |
| YUV | 200.35 | 26.22 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 20 | 0.12 | 0 | 0.91 | 0.09 | 67.89 | 0.84 | 0.5 |
| Hex | CD | E9 | 14 | C | 0 | 5B | 9 | 44 | 54 | 32 |
| Octal | 315 | 351 | 24 | 14 | 0 | 133 | 11 | 104 | 124 | 62 |
| Binary | 11001101 | 11101001 | 10100 | 1100 | 0 | 1011011 | 1001 | 1000100 | 1010100 | 110010 |
Color Harmonies of #CDE914
Complementary color
Monochromatic Colors of #CDE914
Black with #CDE914
Text Example
Text Example
White with #CDE914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE914; }
p { color: rgb(205,233,20); }
H1.HeaderClassName
{
color: #CDE914;
}
.AnyTagClassName
{
color: #CDE914;
}
</style>
background-color css
<style>
a { background-color: #CDE914; }
a { background-color: rgb(205,233,20); }
div.DivClassName
{
background-color: #CDE914;
}
.BgClassName
{
background-color: #CDE914;
}
</style>
border-color css
<style>
span { border-color: #CDE914; }
span { border-color: rgb(205,233,20); }
td.TdClassName
{
border-color: #CDE914;
}
.TagClassName
{
border-color: #CDE914;
}
</style>