Shades of Pear #D3E716
Tints of Pear #D3E716
RGB
CMYK
RGB Variations
Color information
#D3E716 (or 0xD3E716) is known color: Pear. HEX triplet: D3, E7 and 16. RGB value is (211,231,22). Sum of RGB (Red+Green+Blue) = 211+231+22=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3E716 is #2C18E9. Grayscale: #CACACA. Windows color (decimal): -2889962 or 1501139. OLE color: 1501139.
HSL color Cylindrical-coordinate representation of color #D3E716: hue angle of 65.74º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3E716 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 231 | 22 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.09 |
| HSL | 65.74º | 0.83% | 0.5% | - |
| HSV(B) | 65.74º | 0.9% | 0.91% | - |
| XYZ | 55.58 | 71.06 | 11.55 | - |
| YUV | 201.19 | 26.87 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 22 | 0.09 | 0 | 0.90 | 0.09 | 65.74 | 0.83 | 0.5 |
| Hex | D3 | E7 | 16 | 9 | 0 | 5A | 9 | 42 | 53 | 32 |
| Octal | 323 | 347 | 26 | 11 | 0 | 132 | 11 | 102 | 123 | 62 |
| Binary | 11010011 | 11100111 | 10110 | 1001 | 0 | 1011010 | 1001 | 1000010 | 1010011 | 110010 |
Color Harmonies of #D3E716
Complementary color
Monochromatic Colors of #D3E716
Black with #D3E716
Text Example
Text Example
White with #D3E716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E716; }
p { color: rgb(211,231,22); }
H1.HeaderClassName
{
color: #D3E716;
}
.AnyTagClassName
{
color: #D3E716;
}
</style>
background-color css
<style>
a { background-color: #D3E716; }
a { background-color: rgb(211,231,22); }
div.DivClassName
{
background-color: #D3E716;
}
.BgClassName
{
background-color: #D3E716;
}
</style>
border-color css
<style>
span { border-color: #D3E716; }
span { border-color: rgb(211,231,22); }
td.TdClassName
{
border-color: #D3E716;
}
.TagClassName
{
border-color: #D3E716;
}
</style>