Shades of Pear #CDE61D
Tints of Pear #CDE61D
RGB
CMYK
RGB Variations
Color information
#CDE61D (or 0xCDE61D) is known color: Pear. HEX triplet: CD, E6 and 1D. RGB value is (205,230,29). Sum of RGB (Red+Green+Blue) = 205+230+29=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 29 (11.72% from 255 or 6.25% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE61D is #3219E2. Grayscale: #C8C8C8. Windows color (decimal): -3283427 or 1959629. OLE color: 1959629.
HSL color Cylindrical-coordinate representation of color #CDE61D: hue angle of 67.46º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDE61D is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 29 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.10 |
| HSL | 67.46º | 0.8% | 0.51% | - |
| HSV(B) | 67.46º | 0.87% | 0.9% | - |
| XYZ | 53.7 | 69.66 | 11.78 | - |
| YUV | 199.61 | 31.72 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 29 | 0.11 | 0 | 0.87 | 0.10 | 67.46 | 0.8 | 0.51 |
| Hex | CD | E6 | 1D | B | 0 | 57 | A | 43 | 50 | 33 |
| Octal | 315 | 346 | 35 | 13 | 0 | 127 | 12 | 103 | 120 | 63 |
| Binary | 11001101 | 11100110 | 11101 | 1011 | 0 | 1010111 | 1010 | 1000011 | 1010000 | 110011 |
Color Harmonies of #CDE61D
Complementary color
Monochromatic Colors of #CDE61D
Black with #CDE61D
Text Example
Text Example
White with #CDE61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE61D; }
p { color: rgb(205,230,29); }
H1.HeaderClassName
{
color: #CDE61D;
}
.AnyTagClassName
{
color: #CDE61D;
}
</style>
background-color css
<style>
a { background-color: #CDE61D; }
a { background-color: rgb(205,230,29); }
div.DivClassName
{
background-color: #CDE61D;
}
.BgClassName
{
background-color: #CDE61D;
}
</style>
border-color css
<style>
span { border-color: #CDE61D; }
span { border-color: rgb(205,230,29); }
td.TdClassName
{
border-color: #CDE61D;
}
.TagClassName
{
border-color: #CDE61D;
}
</style>