Shades of Pear #D4E139
Tints of Pear #D4E139
RGB
CMYK
RGB Variations
Color information
#D4E139 (or 0xD4E139) is known color: Pear. HEX triplet: D4, E1 and 39. RGB value is (212,225,57). Sum of RGB (Red+Green+Blue) = 212+225+57=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 57 (22.66% from 255 or 11.54% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E139 is #2B1EC6. Grayscale: #CACACA. Windows color (decimal): -2825927 or 3793364. OLE color: 3793364.
HSL color Cylindrical-coordinate representation of color #D4E139: hue angle of 64.64º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4E139 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 57 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.12 |
| HSL | 64.64º | 0.74% | 0.55% | - |
| HSV(B) | 64.64º | 0.75% | 0.88% | - |
| XYZ | 54.82 | 68.14 | 14.13 | - |
| YUV | 201.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 57 | 0.06 | 0 | 0.75 | 0.12 | 64.64 | 0.74 | 0.55 |
| Hex | D4 | E1 | 39 | 6 | 0 | 4B | C | 41 | 4A | 37 |
| Octal | 324 | 341 | 71 | 6 | 0 | 113 | 14 | 101 | 112 | 67 |
| Binary | 11010100 | 11100001 | 111001 | 110 | 0 | 1001011 | 1100 | 1000001 | 1001010 | 110111 |
Color Harmonies of #D4E139
Complementary color
Monochromatic Colors of #D4E139
Black with #D4E139
Text Example
Text Example
White with #D4E139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E139; }
p { color: rgb(212,225,57); }
H1.HeaderClassName
{
color: #D4E139;
}
.AnyTagClassName
{
color: #D4E139;
}
</style>
background-color css
<style>
a { background-color: #D4E139; }
a { background-color: rgb(212,225,57); }
div.DivClassName
{
background-color: #D4E139;
}
.BgClassName
{
background-color: #D4E139;
}
</style>
border-color css
<style>
span { border-color: #D4E139; }
span { border-color: rgb(212,225,57); }
td.TdClassName
{
border-color: #D4E139;
}
.TagClassName
{
border-color: #D4E139;
}
</style>