Shades of Pear #D3ED16
Tints of Pear #D3ED16
RGB
CMYK
RGB Variations
Color information
#D3ED16 (or 0xD3ED16) is known color: Pear. HEX triplet: D3, ED and 16. RGB value is (211,237,22). Sum of RGB (Red+Green+Blue) = 211+237+22=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3ED16 is #2C12E9. Grayscale: #CDCDCD. Windows color (decimal): -2888426 or 1502675. OLE color: 1502675.
HSL color Cylindrical-coordinate representation of color #D3ED16: hue angle of 67.26º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3ED16 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 22 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.07 |
| HSL | 67.26º | 0.86% | 0.51% | - |
| HSV(B) | 67.26º | 0.91% | 0.93% | - |
| XYZ | 57.29 | 74.48 | 12.11 | - |
| YUV | 204.72 | 24.89 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 22 | 0.11 | 0 | 0.91 | 0.07 | 67.26 | 0.86 | 0.51 |
| Hex | D3 | ED | 16 | B | 0 | 5B | 7 | 43 | 56 | 33 |
| Octal | 323 | 355 | 26 | 13 | 0 | 133 | 7 | 103 | 126 | 63 |
| Binary | 11010011 | 11101101 | 10110 | 1011 | 0 | 1011011 | 111 | 1000011 | 1010110 | 110011 |
Color Harmonies of #D3ED16
Complementary color
Monochromatic Colors of #D3ED16
Black with #D3ED16
Text Example
Text Example
White with #D3ED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ED16; }
p { color: rgb(211,237,22); }
H1.HeaderClassName
{
color: #D3ED16;
}
.AnyTagClassName
{
color: #D3ED16;
}
</style>
background-color css
<style>
a { background-color: #D3ED16; }
a { background-color: rgb(211,237,22); }
div.DivClassName
{
background-color: #D3ED16;
}
.BgClassName
{
background-color: #D3ED16;
}
</style>
border-color css
<style>
span { border-color: #D3ED16; }
span { border-color: rgb(211,237,22); }
td.TdClassName
{
border-color: #D3ED16;
}
.TagClassName
{
border-color: #D3ED16;
}
</style>