Shades of Pear #CDE21D
Tints of Pear #CDE21D
RGB
CMYK
RGB Variations
Color information
#CDE21D (or 0xCDE21D) is known color: Pear. HEX triplet: CD, E2 and 1D. RGB value is (205,226,29). Sum of RGB (Red+Green+Blue) = 205+226+29=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE21D is #321DE2. Grayscale: #C6C6C6. Windows color (decimal): -3284451 or 1958605. OLE color: 1958605.
HSL color Cylindrical-coordinate representation of color #CDE21D: hue angle of 66.4º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDE21D is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 29 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.11 |
| HSL | 66.4º | 0.77% | 0.5% | - |
| HSV(B) | 66.4º | 0.87% | 0.89% | - |
| XYZ | 52.59 | 67.46 | 11.41 | - |
| YUV | 197.26 | 33.04 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 29 | 0.09 | 0 | 0.87 | 0.11 | 66.4 | 0.77 | 0.5 |
| Hex | CD | E2 | 1D | 9 | 0 | 57 | B | 42 | 4D | 32 |
| Octal | 315 | 342 | 35 | 11 | 0 | 127 | 13 | 102 | 115 | 62 |
| Binary | 11001101 | 11100010 | 11101 | 1001 | 0 | 1010111 | 1011 | 1000010 | 1001101 | 110010 |
Color Harmonies of #CDE21D
Complementary color
Monochromatic Colors of #CDE21D
Black with #CDE21D
Text Example
Text Example
White with #CDE21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE21D; }
p { color: rgb(205,226,29); }
H1.HeaderClassName
{
color: #CDE21D;
}
.AnyTagClassName
{
color: #CDE21D;
}
</style>
background-color css
<style>
a { background-color: #CDE21D; }
a { background-color: rgb(205,226,29); }
div.DivClassName
{
background-color: #CDE21D;
}
.BgClassName
{
background-color: #CDE21D;
}
</style>
border-color css
<style>
span { border-color: #CDE21D; }
span { border-color: rgb(205,226,29); }
td.TdClassName
{
border-color: #CDE21D;
}
.TagClassName
{
border-color: #CDE21D;
}
</style>