Shades of Pear #D3E30F
Tints of Pear #D3E30F
RGB
CMYK
RGB Variations
Color information
#D3E30F (or 0xD3E30F) is known color: Pear. HEX triplet: D3, E3 and 0F. RGB value is (211,227,15). Sum of RGB (Red+Green+Blue) = 211+227+15=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E30F is #2C1CF0. Grayscale: #C6C6C6. Windows color (decimal): -2890993 or 1041363. OLE color: 1041363.
HSL color Cylindrical-coordinate representation of color #D3E30F: hue angle of 64.53º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3E30F is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 15 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.11 |
| HSL | 64.53º | 0.88% | 0.47% | - |
| HSV(B) | 64.53º | 0.93% | 0.89% | - |
| XYZ | 54.42 | 68.82 | 10.87 | - |
| YUV | 198.05 | 24.7 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 15 | 0.07 | 0 | 0.93 | 0.11 | 64.53 | 0.88 | 0.47 |
| Hex | D3 | E3 | F | 7 | 0 | 5D | B | 41 | 58 | 2F |
| Octal | 323 | 343 | 17 | 7 | 0 | 135 | 13 | 101 | 130 | 57 |
| Binary | 11010011 | 11100011 | 1111 | 111 | 0 | 1011101 | 1011 | 1000001 | 1011000 | 101111 |
Color Harmonies of #D3E30F
Complementary color
Monochromatic Colors of #D3E30F
Black with #D3E30F
Text Example
Text Example
White with #D3E30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E30F; }
p { color: rgb(211,227,15); }
H1.HeaderClassName
{
color: #D3E30F;
}
.AnyTagClassName
{
color: #D3E30F;
}
</style>
background-color css
<style>
a { background-color: #D3E30F; }
a { background-color: rgb(211,227,15); }
div.DivClassName
{
background-color: #D3E30F;
}
.BgClassName
{
background-color: #D3E30F;
}
</style>
border-color css
<style>
span { border-color: #D3E30F; }
span { border-color: rgb(211,227,15); }
td.TdClassName
{
border-color: #D3E30F;
}
.TagClassName
{
border-color: #D3E30F;
}
</style>