Shades of Pear #D1ED30
Tints of Pear #D1ED30
RGB
CMYK
RGB Variations
Color information
#D1ED30 (or 0xD1ED30) is known color: Pear. HEX triplet: D1, ED and 30. RGB value is (209,237,48). Sum of RGB (Red+Green+Blue) = 209+237+48=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1ED30 is #2E12CF. Grayscale: #CFCFCF. Windows color (decimal): -3019472 or 3206609. OLE color: 3206609.
HSL color Cylindrical-coordinate representation of color #D1ED30: hue angle of 68.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1ED30 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 237 | 48 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.07 |
| HSL | 68.89º | 0.84% | 0.56% | - |
| HSV(B) | 68.89º | 0.8% | 0.93% | - |
| XYZ | 57.11 | 74.34 | 14.13 | - |
| YUV | 207.08 | 38.22 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 237 | 48 | 0.12 | 0 | 0.80 | 0.07 | 68.89 | 0.84 | 0.56 |
| Hex | D1 | ED | 30 | C | 0 | 50 | 7 | 45 | 54 | 38 |
| Octal | 321 | 355 | 60 | 14 | 0 | 120 | 7 | 105 | 124 | 70 |
| Binary | 11010001 | 11101101 | 110000 | 1100 | 0 | 1010000 | 111 | 1000101 | 1010100 | 111000 |
Color Harmonies of #D1ED30
Complementary color
Monochromatic Colors of #D1ED30
Black with #D1ED30
Text Example
Text Example
White with #D1ED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ED30; }
p { color: rgb(209,237,48); }
H1.HeaderClassName
{
color: #D1ED30;
}
.AnyTagClassName
{
color: #D1ED30;
}
</style>
background-color css
<style>
a { background-color: #D1ED30; }
a { background-color: rgb(209,237,48); }
div.DivClassName
{
background-color: #D1ED30;
}
.BgClassName
{
background-color: #D1ED30;
}
</style>
border-color css
<style>
span { border-color: #D1ED30; }
span { border-color: rgb(209,237,48); }
td.TdClassName
{
border-color: #D1ED30;
}
.TagClassName
{
border-color: #D1ED30;
}
</style>