Shades of Pear #D5E130
Tints of Pear #D5E130
RGB
CMYK
RGB Variations
Color information
#D5E130 (or 0xD5E130) is known color: Pear. HEX triplet: D5, E1 and 30. RGB value is (213,225,48). Sum of RGB (Red+Green+Blue) = 213+225+48=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E130 is #2A1ECF. Grayscale: #C9C9C9. Windows color (decimal): -2760400 or 3203541. OLE color: 3203541.
HSL color Cylindrical-coordinate representation of color #D5E130: hue angle of 64.07º 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 #D5E130 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 48 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.12 |
| HSL | 64.07º | 0.75% | 0.54% | - |
| HSV(B) | 64.07º | 0.79% | 0.88% | - |
| XYZ | 54.9 | 68.21 | 13.07 | - |
| YUV | 201.23 | 41.52 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 48 | 0.05 | 0 | 0.79 | 0.12 | 64.07 | 0.75 | 0.54 |
| Hex | D5 | E1 | 30 | 5 | 0 | 4F | C | 40 | 4B | 36 |
| Octal | 325 | 341 | 60 | 5 | 0 | 117 | 14 | 100 | 113 | 66 |
| Binary | 11010101 | 11100001 | 110000 | 101 | 0 | 1001111 | 1100 | 1000000 | 1001011 | 110110 |
Color Harmonies of #D5E130
Complementary color
Monochromatic Colors of #D5E130
Black with #D5E130
Text Example
Text Example
White with #D5E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E130; }
p { color: rgb(213,225,48); }
H1.HeaderClassName
{
color: #D5E130;
}
.AnyTagClassName
{
color: #D5E130;
}
</style>
background-color css
<style>
a { background-color: #D5E130; }
a { background-color: rgb(213,225,48); }
div.DivClassName
{
background-color: #D5E130;
}
.BgClassName
{
background-color: #D5E130;
}
</style>
border-color css
<style>
span { border-color: #D5E130; }
span { border-color: rgb(213,225,48); }
td.TdClassName
{
border-color: #D5E130;
}
.TagClassName
{
border-color: #D5E130;
}
</style>