Shades of Pear #CDE325
Tints of Pear #CDE325
RGB
CMYK
RGB Variations
Color information
#CDE325 (or 0xCDE325) is known color: Pear. HEX triplet: CD, E3 and 25. RGB value is (205,227,37). Sum of RGB (Red+Green+Blue) = 205+227+37=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 37 (14.84% from 255 or 7.89% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE325 is #321CDA. Grayscale: #C7C7C7. Windows color (decimal): -3284187 or 2483149. OLE color: 2483149.
HSL color Cylindrical-coordinate representation of color #CDE325: hue angle of 66.95º 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 #CDE325 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 37 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.11 |
| HSL | 66.95º | 0.77% | 0.52% | - |
| HSV(B) | 66.95º | 0.84% | 0.89% | - |
| XYZ | 52.98 | 68.05 | 12.09 | - |
| YUV | 198.76 | 36.71 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 37 | 0.10 | 0 | 0.84 | 0.11 | 66.95 | 0.77 | 0.52 |
| Hex | CD | E3 | 25 | A | 0 | 54 | B | 43 | 4D | 34 |
| Octal | 315 | 343 | 45 | 12 | 0 | 124 | 13 | 103 | 115 | 64 |
| Binary | 11001101 | 11100011 | 100101 | 1010 | 0 | 1010100 | 1011 | 1000011 | 1001101 | 110100 |
Color Harmonies of #CDE325
Complementary color
Monochromatic Colors of #CDE325
Black with #CDE325
Text Example
Text Example
White with #CDE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE325; }
p { color: rgb(205,227,37); }
H1.HeaderClassName
{
color: #CDE325;
}
.AnyTagClassName
{
color: #CDE325;
}
</style>
background-color css
<style>
a { background-color: #CDE325; }
a { background-color: rgb(205,227,37); }
div.DivClassName
{
background-color: #CDE325;
}
.BgClassName
{
background-color: #CDE325;
}
</style>
border-color css
<style>
span { border-color: #CDE325; }
span { border-color: rgb(205,227,37); }
td.TdClassName
{
border-color: #CDE325;
}
.TagClassName
{
border-color: #CDE325;
}
</style>