Shades of Pear #D3E21F
Tints of Pear #D3E21F
RGB
CMYK
RGB Variations
Color information
#D3E21F (or 0xD3E21F) is known color: Pear. HEX triplet: D3, E2 and 1F. RGB value is (211,226,31). Sum of RGB (Red+Green+Blue) = 211+226+31=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 31 (12.5% from 255 or 6.62% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E21F is #2C1DE0. Grayscale: #C8C8C8. Windows color (decimal): -2891233 or 2089683. OLE color: 2089683.
HSL color Cylindrical-coordinate representation of color #D3E21F: hue angle of 64.62º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3E21F is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 226 | 31 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.11 |
| HSL | 64.62º | 0.77% | 0.5% | - |
| HSV(B) | 64.62º | 0.86% | 0.89% | - |
| XYZ | 54.31 | 68.34 | 11.63 | - |
| YUV | 199.29 | 33.03 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 31 | 0.07 | 0 | 0.86 | 0.11 | 64.62 | 0.77 | 0.5 |
| Hex | D3 | E2 | 1F | 7 | 0 | 56 | B | 41 | 4D | 32 |
| Octal | 323 | 342 | 37 | 7 | 0 | 126 | 13 | 101 | 115 | 62 |
| Binary | 11010011 | 11100010 | 11111 | 111 | 0 | 1010110 | 1011 | 1000001 | 1001101 | 110010 |
Color Harmonies of #D3E21F
Complementary color
Monochromatic Colors of #D3E21F
Black with #D3E21F
Text Example
Text Example
White with #D3E21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E21F; }
p { color: rgb(211,226,31); }
H1.HeaderClassName
{
color: #D3E21F;
}
.AnyTagClassName
{
color: #D3E21F;
}
</style>
background-color css
<style>
a { background-color: #D3E21F; }
a { background-color: rgb(211,226,31); }
div.DivClassName
{
background-color: #D3E21F;
}
.BgClassName
{
background-color: #D3E21F;
}
</style>
border-color css
<style>
span { border-color: #D3E21F; }
span { border-color: rgb(211,226,31); }
td.TdClassName
{
border-color: #D3E21F;
}
.TagClassName
{
border-color: #D3E21F;
}
</style>