Shades of Pear #D4E71D
Tints of Pear #D4E71D
RGB
CMYK
RGB Variations
Color information
#D4E71D (or 0xD4E71D) is known color: Pear. HEX triplet: D4, E7 and 1D. RGB value is (212,231,29). Sum of RGB (Red+Green+Blue) = 212+231+29=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E71D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4E71D is #2B18E2. Grayscale: #CBCBCB. Windows color (decimal): -2824419 or 1959892. OLE color: 1959892.
HSL color Cylindrical-coordinate representation of color #D4E71D: hue angle of 65.64º 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 #D4E71D is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 29 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.09 |
| HSL | 65.64º | 0.81% | 0.51% | - |
| HSV(B) | 65.64º | 0.87% | 0.91% | - |
| XYZ | 55.95 | 71.24 | 11.96 | - |
| YUV | 202.29 | 30.21 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 29 | 0.08 | 0 | 0.87 | 0.09 | 65.64 | 0.81 | 0.51 |
| Hex | D4 | E7 | 1D | 8 | 0 | 57 | 9 | 42 | 51 | 33 |
| Octal | 324 | 347 | 35 | 10 | 0 | 127 | 11 | 102 | 121 | 63 |
| Binary | 11010100 | 11100111 | 11101 | 1000 | 0 | 1010111 | 1001 | 1000010 | 1010001 | 110011 |
Color Harmonies of #D4E71D
Complementary color
Monochromatic Colors of #D4E71D
Black with #D4E71D
Text Example
Text Example
White with #D4E71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E71D; }
p { color: rgb(212,231,29); }
H1.HeaderClassName
{
color: #D4E71D;
}
.AnyTagClassName
{
color: #D4E71D;
}
</style>
background-color css
<style>
a { background-color: #D4E71D; }
a { background-color: rgb(212,231,29); }
div.DivClassName
{
background-color: #D4E71D;
}
.BgClassName
{
background-color: #D4E71D;
}
</style>
border-color css
<style>
span { border-color: #D4E71D; }
span { border-color: rgb(212,231,29); }
td.TdClassName
{
border-color: #D4E71D;
}
.TagClassName
{
border-color: #D4E71D;
}
</style>