Shades of Pear #D4E142
Tints of Pear #D4E142
RGB
CMYK
RGB Variations
Color information
#D4E142 (or 0xD4E142) is known color: Pear. HEX triplet: D4, E1 and 42. RGB value is (212,225,66). Sum of RGB (Red+Green+Blue) = 212+225+66=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E142 is #2B1EBD. Grayscale: #CBCBCB. Windows color (decimal): -2825918 or 4383188. OLE color: 4383188.
HSL color Cylindrical-coordinate representation of color #D4E142: hue angle of 64.91º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4E142 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 66 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.12 |
| HSL | 64.91º | 0.73% | 0.57% | - |
| HSV(B) | 64.91º | 0.71% | 0.88% | - |
| XYZ | 55.06 | 68.24 | 15.42 | - |
| YUV | 202.99 | 50.69 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 66 | 0.06 | 0 | 0.71 | 0.12 | 64.91 | 0.73 | 0.57 |
| Hex | D4 | E1 | 42 | 6 | 0 | 47 | C | 41 | 49 | 39 |
| Octal | 324 | 341 | 102 | 6 | 0 | 107 | 14 | 101 | 111 | 71 |
| Binary | 11010100 | 11100001 | 1000010 | 110 | 0 | 1000111 | 1100 | 1000001 | 1001001 | 111001 |
Color Harmonies of #D4E142
Complementary color
Monochromatic Colors of #D4E142
Black with #D4E142
Text Example
Text Example
White with #D4E142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E142; }
p { color: rgb(212,225,66); }
H1.HeaderClassName
{
color: #D4E142;
}
.AnyTagClassName
{
color: #D4E142;
}
</style>
background-color css
<style>
a { background-color: #D4E142; }
a { background-color: rgb(212,225,66); }
div.DivClassName
{
background-color: #D4E142;
}
.BgClassName
{
background-color: #D4E142;
}
</style>
border-color css
<style>
span { border-color: #D4E142; }
span { border-color: rgb(212,225,66); }
td.TdClassName
{
border-color: #D4E142;
}
.TagClassName
{
border-color: #D4E142;
}
</style>