Shades of Pear #D3EC1F
Tints of Pear #D3EC1F
RGB
CMYK
RGB Variations
Color information
#D3EC1F (or 0xD3EC1F) is known color: Pear. HEX triplet: D3, EC and 1F. RGB value is (211,236,31). Sum of RGB (Red+Green+Blue) = 211+236+31=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EC1F is #2C13E0. Grayscale: #CDCDCD. Windows color (decimal): -2888673 or 2092243. OLE color: 2092243.
HSL color Cylindrical-coordinate representation of color #D3EC1F: hue angle of 67.32º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3EC1F is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 31 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.07 |
| HSL | 67.32º | 0.84% | 0.52% | - |
| HSV(B) | 67.32º | 0.87% | 0.93% | - |
| XYZ | 57.11 | 73.94 | 12.56 | - |
| YUV | 205.16 | 29.72 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 31 | 0.11 | 0 | 0.87 | 0.07 | 67.32 | 0.84 | 0.52 |
| Hex | D3 | EC | 1F | B | 0 | 57 | 7 | 43 | 54 | 34 |
| Octal | 323 | 354 | 37 | 13 | 0 | 127 | 7 | 103 | 124 | 64 |
| Binary | 11010011 | 11101100 | 11111 | 1011 | 0 | 1010111 | 111 | 1000011 | 1010100 | 110100 |
Color Harmonies of #D3EC1F
Complementary color
Monochromatic Colors of #D3EC1F
Black with #D3EC1F
Text Example
Text Example
White with #D3EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EC1F; }
p { color: rgb(211,236,31); }
H1.HeaderClassName
{
color: #D3EC1F;
}
.AnyTagClassName
{
color: #D3EC1F;
}
</style>
background-color css
<style>
a { background-color: #D3EC1F; }
a { background-color: rgb(211,236,31); }
div.DivClassName
{
background-color: #D3EC1F;
}
.BgClassName
{
background-color: #D3EC1F;
}
</style>
border-color css
<style>
span { border-color: #D3EC1F; }
span { border-color: rgb(211,236,31); }
td.TdClassName
{
border-color: #D3EC1F;
}
.TagClassName
{
border-color: #D3EC1F;
}
</style>