Shades of Pear #D3E720
Tints of Pear #D3E720
RGB
CMYK
RGB Variations
Color information
#D3E720 (or 0xD3E720) is known color: Pear. HEX triplet: D3, E7 and 20. RGB value is (211,231,32). Sum of RGB (Red+Green+Blue) = 211+231+32=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E720 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3E720 is #2C18DF. Grayscale: #CBCBCB. Windows color (decimal): -2889952 or 2156499. OLE color: 2156499.
HSL color Cylindrical-coordinate representation of color #D3E720: hue angle of 66.03º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3E720 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 231 | 32 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.09 |
| HSL | 66.03º | 0.81% | 0.52% | - |
| HSV(B) | 66.03º | 0.86% | 0.91% | - |
| XYZ | 55.7 | 71.11 | 12.16 | - |
| YUV | 202.33 | 31.87 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 32 | 0.09 | 0 | 0.86 | 0.09 | 66.03 | 0.81 | 0.52 |
| Hex | D3 | E7 | 20 | 9 | 0 | 56 | 9 | 42 | 51 | 34 |
| Octal | 323 | 347 | 40 | 11 | 0 | 126 | 11 | 102 | 121 | 64 |
| Binary | 11010011 | 11100111 | 100000 | 1001 | 0 | 1010110 | 1001 | 1000010 | 1010001 | 110100 |
Color Harmonies of #D3E720
Complementary color
Monochromatic Colors of #D3E720
Black with #D3E720
Text Example
Text Example
White with #D3E720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E720; }
p { color: rgb(211,231,32); }
H1.HeaderClassName
{
color: #D3E720;
}
.AnyTagClassName
{
color: #D3E720;
}
</style>
background-color css
<style>
a { background-color: #D3E720; }
a { background-color: rgb(211,231,32); }
div.DivClassName
{
background-color: #D3E720;
}
.BgClassName
{
background-color: #D3E720;
}
</style>
border-color css
<style>
span { border-color: #D3E720; }
span { border-color: rgb(211,231,32); }
td.TdClassName
{
border-color: #D3E720;
}
.TagClassName
{
border-color: #D3E720;
}
</style>