Shades of Pear #D0EE25
Tints of Pear #D0EE25
RGB
CMYK
RGB Variations
Color information
#D0EE25 (or 0xD0EE25) is known color: Pear. HEX triplet: D0, EE and 25. RGB value is (208,238,37). Sum of RGB (Red+Green+Blue) = 208+238+37=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EE25 is #2F11DA. Grayscale: #CECECE. Windows color (decimal): -3084763 or 2485968. OLE color: 2485968.
HSL color Cylindrical-coordinate representation of color #D0EE25: hue angle of 68.96º degrees, saturation: 0.86, 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 #D0EE25 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 37 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.07 |
| HSL | 68.96º | 0.86% | 0.54% | - |
| HSV(B) | 68.96º | 0.84% | 0.93% | - |
| XYZ | 56.92 | 74.69 | 13.17 | - |
| YUV | 206.12 | 32.56 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 37 | 0.13 | 0 | 0.84 | 0.07 | 68.96 | 0.86 | 0.54 |
| Hex | D0 | EE | 25 | D | 0 | 54 | 7 | 45 | 56 | 36 |
| Octal | 320 | 356 | 45 | 15 | 0 | 124 | 7 | 105 | 126 | 66 |
| Binary | 11010000 | 11101110 | 100101 | 1101 | 0 | 1010100 | 111 | 1000101 | 1010110 | 110110 |
Color Harmonies of #D0EE25
Complementary color
Monochromatic Colors of #D0EE25
Black with #D0EE25
Text Example
Text Example
White with #D0EE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE25; }
p { color: rgb(208,238,37); }
H1.HeaderClassName
{
color: #D0EE25;
}
.AnyTagClassName
{
color: #D0EE25;
}
</style>
background-color css
<style>
a { background-color: #D0EE25; }
a { background-color: rgb(208,238,37); }
div.DivClassName
{
background-color: #D0EE25;
}
.BgClassName
{
background-color: #D0EE25;
}
</style>
border-color css
<style>
span { border-color: #D0EE25; }
span { border-color: rgb(208,238,37); }
td.TdClassName
{
border-color: #D0EE25;
}
.TagClassName
{
border-color: #D0EE25;
}
</style>