Shades of Pear #D1E834
Tints of Pear #D1E834
RGB
CMYK
RGB Variations
Color information
#D1E834 (or 0xD1E834) is known color: Pear. HEX triplet: D1, E8 and 34. RGB value is (209,232,52). Sum of RGB (Red+Green+Blue) = 209+232+52=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E834 is #2E17CB. Grayscale: #CDCDCD. Windows color (decimal): -3020748 or 3467473. OLE color: 3467473.
HSL color Cylindrical-coordinate representation of color #D1E834: hue angle of 67.67º 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 #D1E834 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 232 | 52 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.09 |
| HSL | 67.67º | 0.8% | 0.56% | - |
| HSV(B) | 67.67º | 0.78% | 0.91% | - |
| XYZ | 55.77 | 71.52 | 14.11 | - |
| YUV | 204.6 | 41.88 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 232 | 52 | 0.10 | 0 | 0.78 | 0.09 | 67.67 | 0.8 | 0.56 |
| Hex | D1 | E8 | 34 | A | 0 | 4E | 9 | 44 | 50 | 38 |
| Octal | 321 | 350 | 64 | 12 | 0 | 116 | 11 | 104 | 120 | 70 |
| Binary | 11010001 | 11101000 | 110100 | 1010 | 0 | 1001110 | 1001 | 1000100 | 1010000 | 111000 |
Color Harmonies of #D1E834
Complementary color
Monochromatic Colors of #D1E834
Black with #D1E834
Text Example
Text Example
White with #D1E834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E834; }
p { color: rgb(209,232,52); }
H1.HeaderClassName
{
color: #D1E834;
}
.AnyTagClassName
{
color: #D1E834;
}
</style>
background-color css
<style>
a { background-color: #D1E834; }
a { background-color: rgb(209,232,52); }
div.DivClassName
{
background-color: #D1E834;
}
.BgClassName
{
background-color: #D1E834;
}
</style>
border-color css
<style>
span { border-color: #D1E834; }
span { border-color: rgb(209,232,52); }
td.TdClassName
{
border-color: #D1E834;
}
.TagClassName
{
border-color: #D1E834;
}
</style>