Shades of Pear #CDE324
Tints of Pear #CDE324
RGB
CMYK
RGB Variations
Color information
#CDE324 (or 0xCDE324) is known color: Pear. HEX triplet: CD, E3 and 24. RGB value is (205,227,36). Sum of RGB (Red+Green+Blue) = 205+227+36=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 36 (14.45% from 255 or 7.69% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE324 is #321CDB. Grayscale: #C7C7C7. Windows color (decimal): -3284188 or 2417613. OLE color: 2417613.
HSL color Cylindrical-coordinate representation of color #CDE324: hue angle of 66.91º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDE324 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 36 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.11 |
| HSL | 66.91º | 0.77% | 0.52% | - |
| HSV(B) | 66.91º | 0.84% | 0.89% | - |
| XYZ | 52.96 | 68.04 | 12.01 | - |
| YUV | 198.65 | 36.21 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 36 | 0.10 | 0 | 0.84 | 0.11 | 66.91 | 0.77 | 0.52 |
| Hex | CD | E3 | 24 | A | 0 | 54 | B | 43 | 4D | 34 |
| Octal | 315 | 343 | 44 | 12 | 0 | 124 | 13 | 103 | 115 | 64 |
| Binary | 11001101 | 11100011 | 100100 | 1010 | 0 | 1010100 | 1011 | 1000011 | 1001101 | 110100 |
Color Harmonies of #CDE324
Complementary color
Monochromatic Colors of #CDE324
Black with #CDE324
Text Example
Text Example
White with #CDE324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE324; }
p { color: rgb(205,227,36); }
H1.HeaderClassName
{
color: #CDE324;
}
.AnyTagClassName
{
color: #CDE324;
}
</style>
background-color css
<style>
a { background-color: #CDE324; }
a { background-color: rgb(205,227,36); }
div.DivClassName
{
background-color: #CDE324;
}
.BgClassName
{
background-color: #CDE324;
}
</style>
border-color css
<style>
span { border-color: #CDE324; }
span { border-color: rgb(205,227,36); }
td.TdClassName
{
border-color: #CDE324;
}
.TagClassName
{
border-color: #CDE324;
}
</style>