Shades of Pear #D9E725
Tints of Pear #D9E725
RGB
CMYK
RGB Variations
Color information
#D9E725 (or 0xD9E725) is known color: Pear. HEX triplet: D9, E7 and 25. RGB value is (217,231,37). Sum of RGB (Red+Green+Blue) = 217+231+37=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E725 is #2618DA. Grayscale: #CDCDCD. Windows color (decimal): -2496731 or 2484185. OLE color: 2484185.
HSL color Cylindrical-coordinate representation of color #D9E725: hue angle of 64.33º degrees, saturation: 0.8, 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 #D9E725 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 37 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.09 |
| HSL | 64.33º | 0.8% | 0.53% | - |
| HSV(B) | 64.33º | 0.84% | 0.91% | - |
| XYZ | 57.53 | 72.04 | 12.62 | - |
| YUV | 204.7 | 33.36 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 37 | 0.06 | 0 | 0.84 | 0.09 | 64.33 | 0.8 | 0.53 |
| Hex | D9 | E7 | 25 | 6 | 0 | 54 | 9 | 40 | 50 | 35 |
| Octal | 331 | 347 | 45 | 6 | 0 | 124 | 11 | 100 | 120 | 65 |
| Binary | 11011001 | 11100111 | 100101 | 110 | 0 | 1010100 | 1001 | 1000000 | 1010000 | 110101 |
Color Harmonies of #D9E725
Complementary color
Monochromatic Colors of #D9E725
Black with #D9E725
Text Example
Text Example
White with #D9E725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E725; }
p { color: rgb(217,231,37); }
H1.HeaderClassName
{
color: #D9E725;
}
.AnyTagClassName
{
color: #D9E725;
}
</style>
background-color css
<style>
a { background-color: #D9E725; }
a { background-color: rgb(217,231,37); }
div.DivClassName
{
background-color: #D9E725;
}
.BgClassName
{
background-color: #D9E725;
}
</style>
border-color css
<style>
span { border-color: #D9E725; }
span { border-color: rgb(217,231,37); }
td.TdClassName
{
border-color: #D9E725;
}
.TagClassName
{
border-color: #D9E725;
}
</style>