Shades of Pear #CDE331
Tints of Pear #CDE331
RGB
CMYK
RGB Variations
Color information
#CDE331 (or 0xCDE331) is known color: Pear. HEX triplet: CD, E3 and 31. RGB value is (205,227,49). Sum of RGB (Red+Green+Blue) = 205+227+49=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE331 is #321CCE. Grayscale: #C8C8C8. Windows color (decimal): -3284175 or 3269581. OLE color: 3269581.
HSL color Cylindrical-coordinate representation of color #CDE331: hue angle of 67.42º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDE331 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 49 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.11 |
| HSL | 67.42º | 0.76% | 0.54% | - |
| HSV(B) | 67.42º | 0.78% | 0.89% | - |
| XYZ | 53.2 | 68.14 | 13.25 | - |
| YUV | 200.13 | 42.71 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 49 | 0.10 | 0 | 0.78 | 0.11 | 67.42 | 0.76 | 0.54 |
| Hex | CD | E3 | 31 | A | 0 | 4E | B | 43 | 4C | 36 |
| Octal | 315 | 343 | 61 | 12 | 0 | 116 | 13 | 103 | 114 | 66 |
| Binary | 11001101 | 11100011 | 110001 | 1010 | 0 | 1001110 | 1011 | 1000011 | 1001100 | 110110 |
Color Harmonies of #CDE331
Complementary color
Monochromatic Colors of #CDE331
Black with #CDE331
Text Example
Text Example
White with #CDE331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE331; }
p { color: rgb(205,227,49); }
H1.HeaderClassName
{
color: #CDE331;
}
.AnyTagClassName
{
color: #CDE331;
}
</style>
background-color css
<style>
a { background-color: #CDE331; }
a { background-color: rgb(205,227,49); }
div.DivClassName
{
background-color: #CDE331;
}
.BgClassName
{
background-color: #CDE331;
}
</style>
border-color css
<style>
span { border-color: #CDE331; }
span { border-color: rgb(205,227,49); }
td.TdClassName
{
border-color: #CDE331;
}
.TagClassName
{
border-color: #CDE331;
}
</style>