Shades of Pear #D4E71B
Tints of Pear #D4E71B
RGB
CMYK
RGB Variations
Color information
#D4E71B (or 0xD4E71B) is known color: Pear. HEX triplet: D4, E7 and 1B. RGB value is (212,231,27). Sum of RGB (Red+Green+Blue) = 212+231+27=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 27 (10.94% from 255 or 5.74% from 470); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E71B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4E71B is #2B18E4. Grayscale: #CACACA. Windows color (decimal): -2824421 or 1828820. OLE color: 1828820.
HSL color Cylindrical-coordinate representation of color #D4E71B: hue angle of 65.59º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4E71B is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 27 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.09 |
| HSL | 65.59º | 0.81% | 0.51% | - |
| HSV(B) | 65.59º | 0.88% | 0.91% | - |
| XYZ | 55.93 | 71.23 | 11.84 | - |
| YUV | 202.06 | 29.21 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 27 | 0.08 | 0 | 0.88 | 0.09 | 65.59 | 0.81 | 0.51 |
| Hex | D4 | E7 | 1B | 8 | 0 | 58 | 9 | 42 | 51 | 33 |
| Octal | 324 | 347 | 33 | 10 | 0 | 130 | 11 | 102 | 121 | 63 |
| Binary | 11010100 | 11100111 | 11011 | 1000 | 0 | 1011000 | 1001 | 1000010 | 1010001 | 110011 |
Color Harmonies of #D4E71B
Complementary color
Monochromatic Colors of #D4E71B
Black with #D4E71B
Text Example
Text Example
White with #D4E71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E71B; }
p { color: rgb(212,231,27); }
H1.HeaderClassName
{
color: #D4E71B;
}
.AnyTagClassName
{
color: #D4E71B;
}
</style>
background-color css
<style>
a { background-color: #D4E71B; }
a { background-color: rgb(212,231,27); }
div.DivClassName
{
background-color: #D4E71B;
}
.BgClassName
{
background-color: #D4E71B;
}
</style>
border-color css
<style>
span { border-color: #D4E71B; }
span { border-color: rgb(212,231,27); }
td.TdClassName
{
border-color: #D4E71B;
}
.TagClassName
{
border-color: #D4E71B;
}
</style>