Shades of Pear #D4E41F
Tints of Pear #D4E41F
RGB
CMYK
RGB Variations
Color information
#D4E41F (or 0xD4E41F) is known color: Pear. HEX triplet: D4, E4 and 1F. RGB value is (212,228,31). Sum of RGB (Red+Green+Blue) = 212+228+31=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 31 (12.5% from 255 or 6.58% from 471); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E41F is #2B1BE0. Grayscale: #C9C9C9. Windows color (decimal): -2825185 or 2090196. OLE color: 2090196.
HSL color Cylindrical-coordinate representation of color #D4E41F: hue angle of 64.87º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4E41F is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 228 | 31 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.11 |
| HSL | 64.87º | 0.78% | 0.51% | - |
| HSV(B) | 64.87º | 0.86% | 0.89% | - |
| XYZ | 55.14 | 69.58 | 11.82 | - |
| YUV | 200.76 | 32.2 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 228 | 31 | 0.07 | 0 | 0.86 | 0.11 | 64.87 | 0.78 | 0.51 |
| Hex | D4 | E4 | 1F | 7 | 0 | 56 | B | 41 | 4E | 33 |
| Octal | 324 | 344 | 37 | 7 | 0 | 126 | 13 | 101 | 116 | 63 |
| Binary | 11010100 | 11100100 | 11111 | 111 | 0 | 1010110 | 1011 | 1000001 | 1001110 | 110011 |
Color Harmonies of #D4E41F
Complementary color
Monochromatic Colors of #D4E41F
Black with #D4E41F
Text Example
Text Example
White with #D4E41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E41F; }
p { color: rgb(212,228,31); }
H1.HeaderClassName
{
color: #D4E41F;
}
.AnyTagClassName
{
color: #D4E41F;
}
</style>
background-color css
<style>
a { background-color: #D4E41F; }
a { background-color: rgb(212,228,31); }
div.DivClassName
{
background-color: #D4E41F;
}
.BgClassName
{
background-color: #D4E41F;
}
</style>
border-color css
<style>
span { border-color: #D4E41F; }
span { border-color: rgb(212,228,31); }
td.TdClassName
{
border-color: #D4E41F;
}
.TagClassName
{
border-color: #D4E41F;
}
</style>