Shades of Pear #CDE945
Tints of Pear #CDE945
RGB
CMYK
RGB Variations
Color information
#CDE945 (or 0xCDE945) is known color: Pear. HEX triplet: CD, E9 and 45. RGB value is (205,233,69). Sum of RGB (Red+Green+Blue) = 205+233+69=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE945 is #3216BA. Grayscale: #CECECE. Windows color (decimal): -3282619 or 4581837. OLE color: 4581837.
HSL color Cylindrical-coordinate representation of color #CDE945: hue angle of 70.24º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDE945 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 69 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.09 |
| HSL | 70.24º | 0.79% | 0.59% | - |
| HSV(B) | 70.24º | 0.7% | 0.91% | - |
| XYZ | 55.39 | 71.69 | 16.55 | - |
| YUV | 205.93 | 50.72 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 69 | 0.12 | 0 | 0.70 | 0.09 | 70.24 | 0.79 | 0.59 |
| Hex | CD | E9 | 45 | C | 0 | 46 | 9 | 46 | 4F | 3B |
| Octal | 315 | 351 | 105 | 14 | 0 | 106 | 11 | 106 | 117 | 73 |
| Binary | 11001101 | 11101001 | 1000101 | 1100 | 0 | 1000110 | 1001 | 1000110 | 1001111 | 111011 |
Color Harmonies of #CDE945
Complementary color
Monochromatic Colors of #CDE945
Black with #CDE945
Text Example
Text Example
White with #CDE945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE945; }
p { color: rgb(205,233,69); }
H1.HeaderClassName
{
color: #CDE945;
}
.AnyTagClassName
{
color: #CDE945;
}
</style>
background-color css
<style>
a { background-color: #CDE945; }
a { background-color: rgb(205,233,69); }
div.DivClassName
{
background-color: #CDE945;
}
.BgClassName
{
background-color: #CDE945;
}
</style>
border-color css
<style>
span { border-color: #CDE945; }
span { border-color: rgb(205,233,69); }
td.TdClassName
{
border-color: #CDE945;
}
.TagClassName
{
border-color: #CDE945;
}
</style>