Shades of Pear #D4E834
Tints of Pear #D4E834
RGB
CMYK
RGB Variations
Color information
#D4E834 (or 0xD4E834) is known color: Pear. HEX triplet: D4, E8 and 34. RGB value is (212,232,52). Sum of RGB (Red+Green+Blue) = 212+232+52=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4E834 is #2B17CB. Grayscale: #CECECE. Windows color (decimal): -2824140 or 3467476. OLE color: 3467476.
HSL color Cylindrical-coordinate representation of color #D4E834: hue angle of 66.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 #D4E834 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 232 | 52 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.09 |
| HSL | 66.67º | 0.8% | 0.56% | - |
| HSV(B) | 66.67º | 0.78% | 0.91% | - |
| XYZ | 56.63 | 71.96 | 14.15 | - |
| YUV | 205.5 | 41.37 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 232 | 52 | 0.09 | 0 | 0.78 | 0.09 | 66.67 | 0.8 | 0.56 |
| Hex | D4 | E8 | 34 | 9 | 0 | 4E | 9 | 43 | 50 | 38 |
| Octal | 324 | 350 | 64 | 11 | 0 | 116 | 11 | 103 | 120 | 70 |
| Binary | 11010100 | 11101000 | 110100 | 1001 | 0 | 1001110 | 1001 | 1000011 | 1010000 | 111000 |
Color Harmonies of #D4E834
Complementary color
Monochromatic Colors of #D4E834
Black with #D4E834
Text Example
Text Example
White with #D4E834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E834; }
p { color: rgb(212,232,52); }
H1.HeaderClassName
{
color: #D4E834;
}
.AnyTagClassName
{
color: #D4E834;
}
</style>
background-color css
<style>
a { background-color: #D4E834; }
a { background-color: rgb(212,232,52); }
div.DivClassName
{
background-color: #D4E834;
}
.BgClassName
{
background-color: #D4E834;
}
</style>
border-color css
<style>
span { border-color: #D4E834; }
span { border-color: rgb(212,232,52); }
td.TdClassName
{
border-color: #D4E834;
}
.TagClassName
{
border-color: #D4E834;
}
</style>