Shades of Pear #D3E915
Tints of Pear #D3E915
RGB
CMYK
RGB Variations
Color information
#D3E915 (or 0xD3E915) is known color: Pear. HEX triplet: D3, E9 and 15. RGB value is (211,233,21). Sum of RGB (Red+Green+Blue) = 211+233+21=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E915 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3E915 is #2C16EA. Grayscale: #CBCBCB. Windows color (decimal): -2889451 or 1436115. OLE color: 1436115.
HSL color Cylindrical-coordinate representation of color #D3E915: hue angle of 66.23º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3E915 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 233 | 21 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.09 |
| HSL | 66.23º | 0.83% | 0.5% | - |
| HSV(B) | 66.23º | 0.91% | 0.91% | - |
| XYZ | 56.14 | 72.18 | 11.68 | - |
| YUV | 202.25 | 25.71 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 233 | 21 | 0.09 | 0 | 0.91 | 0.09 | 66.23 | 0.83 | 0.5 |
| Hex | D3 | E9 | 15 | 9 | 0 | 5B | 9 | 42 | 53 | 32 |
| Octal | 323 | 351 | 25 | 11 | 0 | 133 | 11 | 102 | 123 | 62 |
| Binary | 11010011 | 11101001 | 10101 | 1001 | 0 | 1011011 | 1001 | 1000010 | 1010011 | 110010 |
Color Harmonies of #D3E915
Complementary color
Monochromatic Colors of #D3E915
Black with #D3E915
Text Example
Text Example
White with #D3E915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E915; }
p { color: rgb(211,233,21); }
H1.HeaderClassName
{
color: #D3E915;
}
.AnyTagClassName
{
color: #D3E915;
}
</style>
background-color css
<style>
a { background-color: #D3E915; }
a { background-color: rgb(211,233,21); }
div.DivClassName
{
background-color: #D3E915;
}
.BgClassName
{
background-color: #D3E915;
}
</style>
border-color css
<style>
span { border-color: #D3E915; }
span { border-color: rgb(211,233,21); }
td.TdClassName
{
border-color: #D3E915;
}
.TagClassName
{
border-color: #D3E915;
}
</style>