Shades of Pear #D1E925
Tints of Pear #D1E925
RGB
CMYK
RGB Variations
Color information
#D1E925 (or 0xD1E925) is known color: Pear. HEX triplet: D1, E9 and 25. RGB value is (209,233,37). Sum of RGB (Red+Green+Blue) = 209+233+37=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 37 (14.84% from 255 or 7.72% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E925 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E925 is #2E16DA. Grayscale: #CCCCCC. Windows color (decimal): -3020507 or 2484689. OLE color: 2484689.
HSL color Cylindrical-coordinate representation of color #D1E925: hue angle of 67.35º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1E925 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 233 | 37 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.09 |
| HSL | 67.35º | 0.82% | 0.53% | - |
| HSV(B) | 67.35º | 0.84% | 0.91% | - |
| XYZ | 55.77 | 71.97 | 12.7 | - |
| YUV | 203.48 | 34.05 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 37 | 0.10 | 0 | 0.84 | 0.09 | 67.35 | 0.82 | 0.53 |
| Hex | D1 | E9 | 25 | A | 0 | 54 | 9 | 43 | 52 | 35 |
| Octal | 321 | 351 | 45 | 12 | 0 | 124 | 11 | 103 | 122 | 65 |
| Binary | 11010001 | 11101001 | 100101 | 1010 | 0 | 1010100 | 1001 | 1000011 | 1010010 | 110101 |
Color Harmonies of #D1E925
Complementary color
Monochromatic Colors of #D1E925
Black with #D1E925
Text Example
Text Example
White with #D1E925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E925; }
p { color: rgb(209,233,37); }
H1.HeaderClassName
{
color: #D1E925;
}
.AnyTagClassName
{
color: #D1E925;
}
</style>
background-color css
<style>
a { background-color: #D1E925; }
a { background-color: rgb(209,233,37); }
div.DivClassName
{
background-color: #D1E925;
}
.BgClassName
{
background-color: #D1E925;
}
</style>
border-color css
<style>
span { border-color: #D1E925; }
span { border-color: rgb(209,233,37); }
td.TdClassName
{
border-color: #D1E925;
}
.TagClassName
{
border-color: #D1E925;
}
</style>