Shades of Pear #D1E730
Tints of Pear #D1E730
RGB
CMYK
RGB Variations
Color information
#D1E730 (or 0xD1E730) is known color: Pear. HEX triplet: D1, E7 and 30. RGB value is (209,231,48). Sum of RGB (Red+Green+Blue) = 209+231+48=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E730 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E730 is #2E18CF. Grayscale: #CCCCCC. Windows color (decimal): -3021008 or 3205073. OLE color: 3205073.
HSL color Cylindrical-coordinate representation of color #D1E730: hue angle of 67.21º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1E730 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 48 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.09 |
| HSL | 67.21º | 0.79% | 0.55% | - |
| HSV(B) | 67.21º | 0.79% | 0.91% | - |
| XYZ | 55.4 | 70.92 | 13.57 | - |
| YUV | 203.56 | 40.21 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 48 | 0.10 | 0 | 0.79 | 0.09 | 67.21 | 0.79 | 0.55 |
| Hex | D1 | E7 | 30 | A | 0 | 4F | 9 | 43 | 4F | 37 |
| Octal | 321 | 347 | 60 | 12 | 0 | 117 | 11 | 103 | 117 | 67 |
| Binary | 11010001 | 11100111 | 110000 | 1010 | 0 | 1001111 | 1001 | 1000011 | 1001111 | 110111 |
Color Harmonies of #D1E730
Complementary color
Monochromatic Colors of #D1E730
Black with #D1E730
Text Example
Text Example
White with #D1E730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E730; }
p { color: rgb(209,231,48); }
H1.HeaderClassName
{
color: #D1E730;
}
.AnyTagClassName
{
color: #D1E730;
}
</style>
background-color css
<style>
a { background-color: #D1E730; }
a { background-color: rgb(209,231,48); }
div.DivClassName
{
background-color: #D1E730;
}
.BgClassName
{
background-color: #D1E730;
}
</style>
border-color css
<style>
span { border-color: #D1E730; }
span { border-color: rgb(209,231,48); }
td.TdClassName
{
border-color: #D1E730;
}
.TagClassName
{
border-color: #D1E730;
}
</style>