Shades of Pear #CDE928
Tints of Pear #CDE928
RGB
CMYK
RGB Variations
Color information
#CDE928 (or 0xCDE928) is known color: Pear. HEX triplet: CD, E9 and 28. RGB value is (205,233,40). Sum of RGB (Red+Green+Blue) = 205+233+40=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 40 (16.02% from 255 or 8.37% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE928 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE928 is #3216D7. Grayscale: #CBCBCB. Windows color (decimal): -3282648 or 2681293. OLE color: 2681293.
HSL color Cylindrical-coordinate representation of color #CDE928: hue angle of 68.7º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDE928 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 40 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.09 |
| HSL | 68.7º | 0.81% | 0.54% | - |
| HSV(B) | 68.7º | 0.83% | 0.91% | - |
| XYZ | 54.7 | 71.41 | 12.91 | - |
| YUV | 202.63 | 36.22 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 40 | 0.12 | 0 | 0.83 | 0.09 | 68.7 | 0.81 | 0.54 |
| Hex | CD | E9 | 28 | C | 0 | 53 | 9 | 45 | 51 | 36 |
| Octal | 315 | 351 | 50 | 14 | 0 | 123 | 11 | 105 | 121 | 66 |
| Binary | 11001101 | 11101001 | 101000 | 1100 | 0 | 1010011 | 1001 | 1000101 | 1010001 | 110110 |
Color Harmonies of #CDE928
Complementary color
Monochromatic Colors of #CDE928
Black with #CDE928
Text Example
Text Example
White with #CDE928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE928; }
p { color: rgb(205,233,40); }
H1.HeaderClassName
{
color: #CDE928;
}
.AnyTagClassName
{
color: #CDE928;
}
</style>
background-color css
<style>
a { background-color: #CDE928; }
a { background-color: rgb(205,233,40); }
div.DivClassName
{
background-color: #CDE928;
}
.BgClassName
{
background-color: #CDE928;
}
</style>
border-color css
<style>
span { border-color: #CDE928; }
span { border-color: rgb(205,233,40); }
td.TdClassName
{
border-color: #CDE928;
}
.TagClassName
{
border-color: #CDE928;
}
</style>