Shades of Pear #D4E71E
Tints of Pear #D4E71E
RGB
CMYK
RGB Variations
Color information
#D4E71E (or 0xD4E71E) is known color: Pear. HEX triplet: D4, E7 and 1E. RGB value is (212,231,30). Sum of RGB (Red+Green+Blue) = 212+231+30=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E71E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4E71E is #2B18E1. Grayscale: #CBCBCB. Windows color (decimal): -2824418 or 2025428. OLE color: 2025428.
HSL color Cylindrical-coordinate representation of color #D4E71E: hue angle of 65.67º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4E71E is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 30 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.09 |
| HSL | 65.67º | 0.81% | 0.51% | - |
| HSV(B) | 65.67º | 0.87% | 0.91% | - |
| XYZ | 55.96 | 71.24 | 12.03 | - |
| YUV | 202.41 | 30.71 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 30 | 0.08 | 0 | 0.87 | 0.09 | 65.67 | 0.81 | 0.51 |
| Hex | D4 | E7 | 1E | 8 | 0 | 57 | 9 | 42 | 51 | 33 |
| Octal | 324 | 347 | 36 | 10 | 0 | 127 | 11 | 102 | 121 | 63 |
| Binary | 11010100 | 11100111 | 11110 | 1000 | 0 | 1010111 | 1001 | 1000010 | 1010001 | 110011 |
Color Harmonies of #D4E71E
Complementary color
Monochromatic Colors of #D4E71E
Black with #D4E71E
Text Example
Text Example
White with #D4E71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E71E; }
p { color: rgb(212,231,30); }
H1.HeaderClassName
{
color: #D4E71E;
}
.AnyTagClassName
{
color: #D4E71E;
}
</style>
background-color css
<style>
a { background-color: #D4E71E; }
a { background-color: rgb(212,231,30); }
div.DivClassName
{
background-color: #D4E71E;
}
.BgClassName
{
background-color: #D4E71E;
}
</style>
border-color css
<style>
span { border-color: #D4E71E; }
span { border-color: rgb(212,231,30); }
td.TdClassName
{
border-color: #D4E71E;
}
.TagClassName
{
border-color: #D4E71E;
}
</style>