Shades of Pear #CDE328
Tints of Pear #CDE328
RGB
CMYK
RGB Variations
Color information
#CDE328 (or 0xCDE328) is known color: Pear. HEX triplet: CD, E3 and 28. RGB value is (205,227,40). Sum of RGB (Red+Green+Blue) = 205+227+40=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE328 is #321CD7. Grayscale: #C7C7C7. Windows color (decimal): -3284184 or 2679757. OLE color: 2679757.
HSL color Cylindrical-coordinate representation of color #CDE328: hue angle of 67.06º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDE328 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 40 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.11 |
| HSL | 67.06º | 0.77% | 0.52% | - |
| HSV(B) | 67.06º | 0.82% | 0.89% | - |
| XYZ | 53.03 | 68.07 | 12.35 | - |
| YUV | 199.1 | 38.21 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 40 | 0.10 | 0 | 0.82 | 0.11 | 67.06 | 0.77 | 0.52 |
| Hex | CD | E3 | 28 | A | 0 | 52 | B | 43 | 4D | 34 |
| Octal | 315 | 343 | 50 | 12 | 0 | 122 | 13 | 103 | 115 | 64 |
| Binary | 11001101 | 11100011 | 101000 | 1010 | 0 | 1010010 | 1011 | 1000011 | 1001101 | 110100 |
Color Harmonies of #CDE328
Complementary color
Monochromatic Colors of #CDE328
Black with #CDE328
Text Example
Text Example
White with #CDE328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE328; }
p { color: rgb(205,227,40); }
H1.HeaderClassName
{
color: #CDE328;
}
.AnyTagClassName
{
color: #CDE328;
}
</style>
background-color css
<style>
a { background-color: #CDE328; }
a { background-color: rgb(205,227,40); }
div.DivClassName
{
background-color: #CDE328;
}
.BgClassName
{
background-color: #CDE328;
}
</style>
border-color css
<style>
span { border-color: #CDE328; }
span { border-color: rgb(205,227,40); }
td.TdClassName
{
border-color: #CDE328;
}
.TagClassName
{
border-color: #CDE328;
}
</style>