Shades of Pear #D0FE25
Tints of Pear #D0FE25
RGB
CMYK
RGB Variations
Color information
#D0FE25 (or 0xD0FE25) is known color: Pear. HEX triplet: D0, FE and 25. RGB value is (208,254,37). Sum of RGB (Red+Green+Blue) = 208+254+37=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FE25 is #2F01DA. Grayscale: #D8D8D8. Windows color (decimal): -3080667 or 2490064. OLE color: 2490064.
HSL color Cylindrical-coordinate representation of color #D0FE25: hue angle of 72.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0FE25 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 37 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.00 |
| HSL | 72.72º | 0.99% | 0.57% | - |
| HSV(B) | 72.72º | 0.85% | 1% | - |
| XYZ | 61.79 | 84.43 | 14.79 | - |
| YUV | 215.51 | 27.26 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 37 | 0.18 | 0 | 0.85 | 0.00 | 72.72 | 0.99 | 0.57 |
| Hex | D0 | FE | 25 | 12 | 0 | 55 | 0 | 49 | 63 | 39 |
| Octal | 320 | 376 | 45 | 22 | 0 | 125 | 0 | 111 | 143 | 71 |
| Binary | 11010000 | 11111110 | 100101 | 10010 | 0 | 1010101 | 0 | 1001001 | 1100011 | 111001 |
Color Harmonies of #D0FE25
Complementary color
Monochromatic Colors of #D0FE25
Black with #D0FE25
Text Example
Text Example
White with #D0FE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE25; }
p { color: rgb(208,254,37); }
H1.HeaderClassName
{
color: #D0FE25;
}
.AnyTagClassName
{
color: #D0FE25;
}
</style>
background-color css
<style>
a { background-color: #D0FE25; }
a { background-color: rgb(208,254,37); }
div.DivClassName
{
background-color: #D0FE25;
}
.BgClassName
{
background-color: #D0FE25;
}
</style>
border-color css
<style>
span { border-color: #D0FE25; }
span { border-color: rgb(208,254,37); }
td.TdClassName
{
border-color: #D0FE25;
}
.TagClassName
{
border-color: #D0FE25;
}
</style>