Shades of Pear #CDE934
Tints of Pear #CDE934
RGB
CMYK
RGB Variations
Color information
#CDE934 (or 0xCDE934) is known color: Pear. HEX triplet: CD, E9 and 34. RGB value is (205,233,52). Sum of RGB (Red+Green+Blue) = 205+233+52=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE934 is #3216CB. Grayscale: #CCCCCC. Windows color (decimal): -3282636 or 3467725. OLE color: 3467725.
HSL color Cylindrical-coordinate representation of color #CDE934: hue angle of 69.28º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDE934 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 52 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.09 |
| HSL | 69.28º | 0.8% | 0.56% | - |
| HSV(B) | 69.28º | 0.78% | 0.91% | - |
| XYZ | 54.94 | 71.5 | 14.16 | - |
| YUV | 203.99 | 42.22 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 52 | 0.12 | 0 | 0.78 | 0.09 | 69.28 | 0.8 | 0.56 |
| Hex | CD | E9 | 34 | C | 0 | 4E | 9 | 45 | 50 | 38 |
| Octal | 315 | 351 | 64 | 14 | 0 | 116 | 11 | 105 | 120 | 70 |
| Binary | 11001101 | 11101001 | 110100 | 1100 | 0 | 1001110 | 1001 | 1000101 | 1010000 | 111000 |
Color Harmonies of #CDE934
Complementary color
Monochromatic Colors of #CDE934
Black with #CDE934
Text Example
Text Example
White with #CDE934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE934; }
p { color: rgb(205,233,52); }
H1.HeaderClassName
{
color: #CDE934;
}
.AnyTagClassName
{
color: #CDE934;
}
</style>
background-color css
<style>
a { background-color: #CDE934; }
a { background-color: rgb(205,233,52); }
div.DivClassName
{
background-color: #CDE934;
}
.BgClassName
{
background-color: #CDE934;
}
</style>
border-color css
<style>
span { border-color: #CDE934; }
span { border-color: rgb(205,233,52); }
td.TdClassName
{
border-color: #CDE934;
}
.TagClassName
{
border-color: #CDE934;
}
</style>