Shades of Pear #D0E325
Tints of Pear #D0E325
RGB
CMYK
RGB Variations
Color information
#D0E325 (or 0xD0E325) is known color: Pear. HEX triplet: D0, E3 and 25. RGB value is (208,227,37). Sum of RGB (Red+Green+Blue) = 208+227+37=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E325 is #2F1CDA. Grayscale: #C8C8C8. Windows color (decimal): -3087579 or 2483152. OLE color: 2483152.
HSL color Cylindrical-coordinate representation of color #D0E325: hue angle of 66º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0E325 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 37 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.11 |
| HSL | 66º | 0.77% | 0.52% | - |
| HSV(B) | 66º | 0.84% | 0.89% | - |
| XYZ | 53.82 | 68.48 | 12.13 | - |
| YUV | 199.66 | 36.21 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 37 | 0.08 | 0 | 0.84 | 0.11 | 66 | 0.77 | 0.52 |
| Hex | D0 | E3 | 25 | 8 | 0 | 54 | B | 42 | 4D | 34 |
| Octal | 320 | 343 | 45 | 10 | 0 | 124 | 13 | 102 | 115 | 64 |
| Binary | 11010000 | 11100011 | 100101 | 1000 | 0 | 1010100 | 1011 | 1000010 | 1001101 | 110100 |
Color Harmonies of #D0E325
Complementary color
Monochromatic Colors of #D0E325
Black with #D0E325
Text Example
Text Example
White with #D0E325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E325; }
p { color: rgb(208,227,37); }
H1.HeaderClassName
{
color: #D0E325;
}
.AnyTagClassName
{
color: #D0E325;
}
</style>
background-color css
<style>
a { background-color: #D0E325; }
a { background-color: rgb(208,227,37); }
div.DivClassName
{
background-color: #D0E325;
}
.BgClassName
{
background-color: #D0E325;
}
</style>
border-color css
<style>
span { border-color: #D0E325; }
span { border-color: rgb(208,227,37); }
td.TdClassName
{
border-color: #D0E325;
}
.TagClassName
{
border-color: #D0E325;
}
</style>