Shades of Pear #D4E71C
Tints of Pear #D4E71C
RGB
CMYK
RGB Variations
Color information
#D4E71C (or 0xD4E71C) is known color: Pear. HEX triplet: D4, E7 and 1C. RGB value is (212,231,28). Sum of RGB (Red+Green+Blue) = 212+231+28=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4E71C is #2B18E3. Grayscale: #CACACA. Windows color (decimal): -2824420 or 1894356. OLE color: 1894356.
HSL color Cylindrical-coordinate representation of color #D4E71C: hue angle of 65.62º 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 #D4E71C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 231 | 28 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.09 |
| HSL | 65.62º | 0.81% | 0.51% | - |
| HSV(B) | 65.62º | 0.88% | 0.91% | - |
| XYZ | 55.94 | 71.23 | 11.9 | - |
| YUV | 202.18 | 29.71 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 231 | 28 | 0.08 | 0 | 0.88 | 0.09 | 65.62 | 0.81 | 0.51 |
| Hex | D4 | E7 | 1C | 8 | 0 | 58 | 9 | 42 | 51 | 33 |
| Octal | 324 | 347 | 34 | 10 | 0 | 130 | 11 | 102 | 121 | 63 |
| Binary | 11010100 | 11100111 | 11100 | 1000 | 0 | 1011000 | 1001 | 1000010 | 1010001 | 110011 |
Color Harmonies of #D4E71C
Complementary color
Monochromatic Colors of #D4E71C
Black with #D4E71C
Text Example
Text Example
White with #D4E71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E71C; }
p { color: rgb(212,231,28); }
H1.HeaderClassName
{
color: #D4E71C;
}
.AnyTagClassName
{
color: #D4E71C;
}
</style>
background-color css
<style>
a { background-color: #D4E71C; }
a { background-color: rgb(212,231,28); }
div.DivClassName
{
background-color: #D4E71C;
}
.BgClassName
{
background-color: #D4E71C;
}
</style>
border-color css
<style>
span { border-color: #D4E71C; }
span { border-color: rgb(212,231,28); }
td.TdClassName
{
border-color: #D4E71C;
}
.TagClassName
{
border-color: #D4E71C;
}
</style>