Shades of Pear #CDEE2D
Tints of Pear #CDEE2D
RGB
CMYK
RGB Variations
Color information
#CDEE2D (or 0xCDEE2D) is known color: Pear. HEX triplet: CD, EE and 2D. RGB value is (205,238,45). Sum of RGB (Red+Green+Blue) = 205+238+45=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEE2D is #3211D2. Grayscale: #CECECE. Windows color (decimal): -3281363 or 3010253. OLE color: 3010253.
HSL color Cylindrical-coordinate representation of color #CDEE2D: hue angle of 70.26º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDEE2D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 45 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.07 |
| HSL | 70.26º | 0.85% | 0.55% | - |
| HSV(B) | 70.26º | 0.81% | 0.93% | - |
| XYZ | 56.23 | 74.32 | 13.86 | - |
| YUV | 206.13 | 37.07 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 45 | 0.14 | 0 | 0.81 | 0.07 | 70.26 | 0.85 | 0.55 |
| Hex | CD | EE | 2D | E | 0 | 51 | 7 | 46 | 55 | 37 |
| Octal | 315 | 356 | 55 | 16 | 0 | 121 | 7 | 106 | 125 | 67 |
| Binary | 11001101 | 11101110 | 101101 | 1110 | 0 | 1010001 | 111 | 1000110 | 1010101 | 110111 |
Color Harmonies of #CDEE2D
Complementary color
Monochromatic Colors of #CDEE2D
Black with #CDEE2D
Text Example
Text Example
White with #CDEE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEE2D; }
p { color: rgb(205,238,45); }
H1.HeaderClassName
{
color: #CDEE2D;
}
.AnyTagClassName
{
color: #CDEE2D;
}
</style>
background-color css
<style>
a { background-color: #CDEE2D; }
a { background-color: rgb(205,238,45); }
div.DivClassName
{
background-color: #CDEE2D;
}
.BgClassName
{
background-color: #CDEE2D;
}
</style>
border-color css
<style>
span { border-color: #CDEE2D; }
span { border-color: rgb(205,238,45); }
td.TdClassName
{
border-color: #CDEE2D;
}
.TagClassName
{
border-color: #CDEE2D;
}
</style>