Shades of Pear #CDE31D
Tints of Pear #CDE31D
RGB
CMYK
RGB Variations
Color information
#CDE31D (or 0xCDE31D) is known color: Pear. HEX triplet: CD, E3 and 1D. RGB value is (205,227,29). Sum of RGB (Red+Green+Blue) = 205+227+29=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE31D is #321CE2. Grayscale: #C6C6C6. Windows color (decimal): -3284195 or 1958861. OLE color: 1958861.
HSL color Cylindrical-coordinate representation of color #CDE31D: hue angle of 66.67º degrees, saturation: 0.78, 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 #CDE31D is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 29 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.11 |
| HSL | 66.67º | 0.78% | 0.5% | - |
| HSV(B) | 66.67º | 0.87% | 0.89% | - |
| XYZ | 52.87 | 68.01 | 11.5 | - |
| YUV | 197.85 | 32.71 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 29 | 0.10 | 0 | 0.87 | 0.11 | 66.67 | 0.78 | 0.5 |
| Hex | CD | E3 | 1D | A | 0 | 57 | B | 43 | 4E | 32 |
| Octal | 315 | 343 | 35 | 12 | 0 | 127 | 13 | 103 | 116 | 62 |
| Binary | 11001101 | 11100011 | 11101 | 1010 | 0 | 1010111 | 1011 | 1000011 | 1001110 | 110010 |
Color Harmonies of #CDE31D
Complementary color
Monochromatic Colors of #CDE31D
Black with #CDE31D
Text Example
Text Example
White with #CDE31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE31D; }
p { color: rgb(205,227,29); }
H1.HeaderClassName
{
color: #CDE31D;
}
.AnyTagClassName
{
color: #CDE31D;
}
</style>
background-color css
<style>
a { background-color: #CDE31D; }
a { background-color: rgb(205,227,29); }
div.DivClassName
{
background-color: #CDE31D;
}
.BgClassName
{
background-color: #CDE31D;
}
</style>
border-color css
<style>
span { border-color: #CDE31D; }
span { border-color: rgb(205,227,29); }
td.TdClassName
{
border-color: #CDE31D;
}
.TagClassName
{
border-color: #CDE31D;
}
</style>