Shades of Pear #CDE62D
Tints of Pear #CDE62D
RGB
CMYK
RGB Variations
Color information
#CDE62D (or 0xCDE62D) is known color: Pear. HEX triplet: CD, E6 and 2D. RGB value is (205,230,45). Sum of RGB (Red+Green+Blue) = 205+230+45=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE62D is #3219D2. Grayscale: #CACACA. Windows color (decimal): -3283411 or 3008205. OLE color: 3008205.
HSL color Cylindrical-coordinate representation of color #CDE62D: hue angle of 68.11º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDE62D is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 45 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.10 |
| HSL | 68.11º | 0.79% | 0.54% | - |
| HSV(B) | 68.11º | 0.8% | 0.9% | - |
| XYZ | 53.95 | 69.76 | 13.1 | - |
| YUV | 201.44 | 39.72 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 45 | 0.11 | 0 | 0.80 | 0.10 | 68.11 | 0.79 | 0.54 |
| Hex | CD | E6 | 2D | B | 0 | 50 | A | 44 | 4F | 36 |
| Octal | 315 | 346 | 55 | 13 | 0 | 120 | 12 | 104 | 117 | 66 |
| Binary | 11001101 | 11100110 | 101101 | 1011 | 0 | 1010000 | 1010 | 1000100 | 1001111 | 110110 |
Color Harmonies of #CDE62D
Complementary color
Monochromatic Colors of #CDE62D
Black with #CDE62D
Text Example
Text Example
White with #CDE62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE62D; }
p { color: rgb(205,230,45); }
H1.HeaderClassName
{
color: #CDE62D;
}
.AnyTagClassName
{
color: #CDE62D;
}
</style>
background-color css
<style>
a { background-color: #CDE62D; }
a { background-color: rgb(205,230,45); }
div.DivClassName
{
background-color: #CDE62D;
}
.BgClassName
{
background-color: #CDE62D;
}
</style>
border-color css
<style>
span { border-color: #CDE62D; }
span { border-color: rgb(205,230,45); }
td.TdClassName
{
border-color: #CDE62D;
}
.TagClassName
{
border-color: #CDE62D;
}
</style>