Shades of Pear #D3E130
Tints of Pear #D3E130
RGB
CMYK
RGB Variations
Color information
#D3E130 (or 0xD3E130) is known color: Pear. HEX triplet: D3, E1 and 30. RGB value is (211,225,48). Sum of RGB (Red+Green+Blue) = 211+225+48=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 48 (19.14% from 255 or 9.92% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E130 is #2C1ECF. Grayscale: #C9C9C9. Windows color (decimal): -2891472 or 3203539. OLE color: 3203539.
HSL color Cylindrical-coordinate representation of color #D3E130: hue angle of 64.75º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3E130 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 48 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.12 |
| HSL | 64.75º | 0.75% | 0.54% | - |
| HSV(B) | 64.75º | 0.79% | 0.88% | - |
| XYZ | 54.32 | 67.91 | 13.04 | - |
| YUV | 200.64 | 41.86 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 48 | 0.06 | 0 | 0.79 | 0.12 | 64.75 | 0.75 | 0.54 |
| Hex | D3 | E1 | 30 | 6 | 0 | 4F | C | 41 | 4B | 36 |
| Octal | 323 | 341 | 60 | 6 | 0 | 117 | 14 | 101 | 113 | 66 |
| Binary | 11010011 | 11100001 | 110000 | 110 | 0 | 1001111 | 1100 | 1000001 | 1001011 | 110110 |
Color Harmonies of #D3E130
Complementary color
Monochromatic Colors of #D3E130
Black with #D3E130
Text Example
Text Example
White with #D3E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E130; }
p { color: rgb(211,225,48); }
H1.HeaderClassName
{
color: #D3E130;
}
.AnyTagClassName
{
color: #D3E130;
}
</style>
background-color css
<style>
a { background-color: #D3E130; }
a { background-color: rgb(211,225,48); }
div.DivClassName
{
background-color: #D3E130;
}
.BgClassName
{
background-color: #D3E130;
}
</style>
border-color css
<style>
span { border-color: #D3E130; }
span { border-color: rgb(211,225,48); }
td.TdClassName
{
border-color: #D3E130;
}
.TagClassName
{
border-color: #D3E130;
}
</style>