Shades of Pear #D1ED25
Tints of Pear #D1ED25
RGB
CMYK
RGB Variations
Color information
#D1ED25 (or 0xD1ED25) is known color: Pear. HEX triplet: D1, ED and 25. RGB value is (209,237,37). Sum of RGB (Red+Green+Blue) = 209+237+37=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1ED25 is #2E12DA. Grayscale: #CECECE. Windows color (decimal): -3019483 or 2485713. OLE color: 2485713.
HSL color Cylindrical-coordinate representation of color #D1ED25: hue angle of 68.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1ED25 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 237 | 37 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.07 |
| HSL | 68.4º | 0.85% | 0.54% | - |
| HSV(B) | 68.4º | 0.84% | 0.93% | - |
| XYZ | 56.91 | 74.26 | 13.08 | - |
| YUV | 205.83 | 32.72 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 237 | 37 | 0.12 | 0 | 0.84 | 0.07 | 68.4 | 0.85 | 0.54 |
| Hex | D1 | ED | 25 | C | 0 | 54 | 7 | 44 | 55 | 36 |
| Octal | 321 | 355 | 45 | 14 | 0 | 124 | 7 | 104 | 125 | 66 |
| Binary | 11010001 | 11101101 | 100101 | 1100 | 0 | 1010100 | 111 | 1000100 | 1010101 | 110110 |
Color Harmonies of #D1ED25
Complementary color
Monochromatic Colors of #D1ED25
Black with #D1ED25
Text Example
Text Example
White with #D1ED25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ED25; }
p { color: rgb(209,237,37); }
H1.HeaderClassName
{
color: #D1ED25;
}
.AnyTagClassName
{
color: #D1ED25;
}
</style>
background-color css
<style>
a { background-color: #D1ED25; }
a { background-color: rgb(209,237,37); }
div.DivClassName
{
background-color: #D1ED25;
}
.BgClassName
{
background-color: #D1ED25;
}
</style>
border-color css
<style>
span { border-color: #D1ED25; }
span { border-color: rgb(209,237,37); }
td.TdClassName
{
border-color: #D1ED25;
}
.TagClassName
{
border-color: #D1ED25;
}
</style>