Shades of Pear #CDEE3A
Tints of Pear #CDEE3A
RGB
CMYK
RGB Variations
Color information
#CDEE3A (or 0xCDEE3A) is known color: Pear. HEX triplet: CD, EE and 3A. RGB value is (205,238,58). Sum of RGB (Red+Green+Blue) = 205+238+58=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 58 (23.05% from 255 or 11.58% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEE3A is #3211C5. Grayscale: #D0D0D0. Windows color (decimal): -3281350 or 3862221. OLE color: 3862221.
HSL color Cylindrical-coordinate representation of color #CDEE3A: hue angle of 71º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDEE3A is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 58 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.07 |
| HSL | 71º | 0.84% | 0.58% | - |
| HSV(B) | 71º | 0.76% | 0.93% | - |
| XYZ | 56.52 | 74.43 | 15.39 | - |
| YUV | 207.61 | 43.57 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 58 | 0.14 | 0 | 0.76 | 0.07 | 71 | 0.84 | 0.58 |
| Hex | CD | EE | 3A | E | 0 | 4C | 7 | 47 | 54 | 3A |
| Octal | 315 | 356 | 72 | 16 | 0 | 114 | 7 | 107 | 124 | 72 |
| Binary | 11001101 | 11101110 | 111010 | 1110 | 0 | 1001100 | 111 | 1000111 | 1010100 | 111010 |
Color Harmonies of #CDEE3A
Complementary color
Monochromatic Colors of #CDEE3A
Black with #CDEE3A
Text Example
Text Example
White with #CDEE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEE3A; }
p { color: rgb(205,238,58); }
H1.HeaderClassName
{
color: #CDEE3A;
}
.AnyTagClassName
{
color: #CDEE3A;
}
</style>
background-color css
<style>
a { background-color: #CDEE3A; }
a { background-color: rgb(205,238,58); }
div.DivClassName
{
background-color: #CDEE3A;
}
.BgClassName
{
background-color: #CDEE3A;
}
</style>
border-color css
<style>
span { border-color: #CDEE3A; }
span { border-color: rgb(205,238,58); }
td.TdClassName
{
border-color: #CDEE3A;
}
.TagClassName
{
border-color: #CDEE3A;
}
</style>