Shades of Pear #D4E131
Tints of Pear #D4E131
RGB
CMYK
RGB Variations
Color information
#D4E131 (or 0xD4E131) is known color: Pear. HEX triplet: D4, E1 and 31. RGB value is (212,225,49). Sum of RGB (Red+Green+Blue) = 212+225+49=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E131 is #2B1ECE. Grayscale: #C9C9C9. Windows color (decimal): -2825935 or 3269076. OLE color: 3269076.
HSL color Cylindrical-coordinate representation of color #D4E131: hue angle of 64.43º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4E131 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 49 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.12 |
| HSL | 64.43º | 0.75% | 0.54% | - |
| HSV(B) | 64.43º | 0.78% | 0.88% | - |
| XYZ | 54.63 | 68.07 | 13.17 | - |
| YUV | 201.05 | 42.19 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 49 | 0.06 | 0 | 0.78 | 0.12 | 64.43 | 0.75 | 0.54 |
| Hex | D4 | E1 | 31 | 6 | 0 | 4E | C | 40 | 4B | 36 |
| Octal | 324 | 341 | 61 | 6 | 0 | 116 | 14 | 100 | 113 | 66 |
| Binary | 11010100 | 11100001 | 110001 | 110 | 0 | 1001110 | 1100 | 1000000 | 1001011 | 110110 |
Color Harmonies of #D4E131
Complementary color
Monochromatic Colors of #D4E131
Black with #D4E131
Text Example
Text Example
White with #D4E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E131; }
p { color: rgb(212,225,49); }
H1.HeaderClassName
{
color: #D4E131;
}
.AnyTagClassName
{
color: #D4E131;
}
</style>
background-color css
<style>
a { background-color: #D4E131; }
a { background-color: rgb(212,225,49); }
div.DivClassName
{
background-color: #D4E131;
}
.BgClassName
{
background-color: #D4E131;
}
</style>
border-color css
<style>
span { border-color: #D4E131; }
span { border-color: rgb(212,225,49); }
td.TdClassName
{
border-color: #D4E131;
}
.TagClassName
{
border-color: #D4E131;
}
</style>