Shades of Pear #CDE91D
Tints of Pear #CDE91D
RGB
CMYK
RGB Variations
Color information
#CDE91D (or 0xCDE91D) is known color: Pear. HEX triplet: CD, E9 and 1D. RGB value is (205,233,29). Sum of RGB (Red+Green+Blue) = 205+233+29=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE91D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE91D is #3216E2. Grayscale: #CACACA. Windows color (decimal): -3282659 or 1960397. OLE color: 1960397.
HSL color Cylindrical-coordinate representation of color #CDE91D: hue angle of 68.24º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDE91D is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 29 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.09 |
| HSL | 68.24º | 0.82% | 0.51% | - |
| HSV(B) | 68.24º | 0.88% | 0.91% | - |
| XYZ | 54.54 | 71.35 | 12.06 | - |
| YUV | 201.37 | 30.72 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 29 | 0.12 | 0 | 0.88 | 0.09 | 68.24 | 0.82 | 0.51 |
| Hex | CD | E9 | 1D | C | 0 | 58 | 9 | 44 | 52 | 33 |
| Octal | 315 | 351 | 35 | 14 | 0 | 130 | 11 | 104 | 122 | 63 |
| Binary | 11001101 | 11101001 | 11101 | 1100 | 0 | 1011000 | 1001 | 1000100 | 1010010 | 110011 |
Color Harmonies of #CDE91D
Complementary color
Monochromatic Colors of #CDE91D
Black with #CDE91D
Text Example
Text Example
White with #CDE91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE91D; }
p { color: rgb(205,233,29); }
H1.HeaderClassName
{
color: #CDE91D;
}
.AnyTagClassName
{
color: #CDE91D;
}
</style>
background-color css
<style>
a { background-color: #CDE91D; }
a { background-color: rgb(205,233,29); }
div.DivClassName
{
background-color: #CDE91D;
}
.BgClassName
{
background-color: #CDE91D;
}
</style>
border-color css
<style>
span { border-color: #CDE91D; }
span { border-color: rgb(205,233,29); }
td.TdClassName
{
border-color: #CDE91D;
}
.TagClassName
{
border-color: #CDE91D;
}
</style>