Shades of Pear #D3E530
Tints of Pear #D3E530
RGB
CMYK
RGB Variations
Color information
#D3E530 (or 0xD3E530) is known color: Pear. HEX triplet: D3, E5 and 30. RGB value is (211,229,48). Sum of RGB (Red+Green+Blue) = 211+229+48=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E530 is #2C1ACF. Grayscale: #CBCBCB. Windows color (decimal): -2890448 or 3204563. OLE color: 3204563.
HSL color Cylindrical-coordinate representation of color #D3E530: hue angle of 65.97º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3E530 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 229 | 48 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.10 |
| HSL | 65.97º | 0.78% | 0.54% | - |
| HSV(B) | 65.97º | 0.79% | 0.9% | - |
| XYZ | 55.42 | 70.1 | 13.41 | - |
| YUV | 202.98 | 40.54 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 48 | 0.08 | 0 | 0.79 | 0.10 | 65.97 | 0.78 | 0.54 |
| Hex | D3 | E5 | 30 | 8 | 0 | 4F | A | 42 | 4E | 36 |
| Octal | 323 | 345 | 60 | 10 | 0 | 117 | 12 | 102 | 116 | 66 |
| Binary | 11010011 | 11100101 | 110000 | 1000 | 0 | 1001111 | 1010 | 1000010 | 1001110 | 110110 |
Color Harmonies of #D3E530
Complementary color
Monochromatic Colors of #D3E530
Black with #D3E530
Text Example
Text Example
White with #D3E530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E530; }
p { color: rgb(211,229,48); }
H1.HeaderClassName
{
color: #D3E530;
}
.AnyTagClassName
{
color: #D3E530;
}
</style>
background-color css
<style>
a { background-color: #D3E530; }
a { background-color: rgb(211,229,48); }
div.DivClassName
{
background-color: #D3E530;
}
.BgClassName
{
background-color: #D3E530;
}
</style>
border-color css
<style>
span { border-color: #D3E530; }
span { border-color: rgb(211,229,48); }
td.TdClassName
{
border-color: #D3E530;
}
.TagClassName
{
border-color: #D3E530;
}
</style>