Shades of Pear #D1EB25
Tints of Pear #D1EB25
RGB
CMYK
RGB Variations
Color information
#D1EB25 (or 0xD1EB25) is known color: Pear. HEX triplet: D1, EB and 25. RGB value is (209,235,37). Sum of RGB (Red+Green+Blue) = 209+235+37=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EB25 is #2E14DA. Grayscale: #CDCDCD. Windows color (decimal): -3019995 or 2485201. OLE color: 2485201.
HSL color Cylindrical-coordinate representation of color #D1EB25: hue angle of 67.88º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1EB25 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 37 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.08 |
| HSL | 67.88º | 0.83% | 0.53% | - |
| HSV(B) | 67.88º | 0.84% | 0.92% | - |
| XYZ | 56.34 | 73.11 | 12.89 | - |
| YUV | 204.65 | 33.39 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 37 | 0.11 | 0 | 0.84 | 0.08 | 67.88 | 0.83 | 0.53 |
| Hex | D1 | EB | 25 | B | 0 | 54 | 8 | 44 | 53 | 35 |
| Octal | 321 | 353 | 45 | 13 | 0 | 124 | 10 | 104 | 123 | 65 |
| Binary | 11010001 | 11101011 | 100101 | 1011 | 0 | 1010100 | 1000 | 1000100 | 1010011 | 110101 |
Color Harmonies of #D1EB25
Complementary color
Monochromatic Colors of #D1EB25
Black with #D1EB25
Text Example
Text Example
White with #D1EB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB25; }
p { color: rgb(209,235,37); }
H1.HeaderClassName
{
color: #D1EB25;
}
.AnyTagClassName
{
color: #D1EB25;
}
</style>
background-color css
<style>
a { background-color: #D1EB25; }
a { background-color: rgb(209,235,37); }
div.DivClassName
{
background-color: #D1EB25;
}
.BgClassName
{
background-color: #D1EB25;
}
</style>
border-color css
<style>
span { border-color: #D1EB25; }
span { border-color: rgb(209,235,37); }
td.TdClassName
{
border-color: #D1EB25;
}
.TagClassName
{
border-color: #D1EB25;
}
</style>