Shades of Pear #D0FF25
Tints of Pear #D0FF25
RGB
CMYK
RGB Variations
Color information
#D0FF25 (or 0xD0FF25) is known color: Pear. HEX triplet: D0, FF and 25. RGB value is (208,255,37). Sum of RGB (Red+Green+Blue) = 208+255+37=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FF25 is #2F00DA. Grayscale: #D8D8D8. Windows color (decimal): -3080411 or 2490320. OLE color: 2490320.
HSL color Cylindrical-coordinate representation of color #D0FF25: hue angle of 72.94º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0FF25 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 37 | - |
| CMYK | 0.18 | 0 | 0.85 | 0 |
| HSL | 72.94º | 1% | 0.57% | - |
| HSV(B) | 72.94º | 0.85% | 1% | - |
| XYZ | 62.11 | 85.06 | 14.9 | - |
| YUV | 216.1 | 26.93 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 37 | 0.18 | 0 | 0.85 | 0 | 72.94 | 1 | 0.57 |
| Hex | D0 | FF | 25 | 12 | 0 | 55 | 0 | 49 | 64 | 39 |
| Octal | 320 | 377 | 45 | 22 | 0 | 125 | 0 | 111 | 144 | 71 |
| Binary | 11010000 | 11111111 | 100101 | 10010 | 0 | 1010101 | 0 | 1001001 | 1100100 | 111001 |
Color Harmonies of #D0FF25
Complementary color
Monochromatic Colors of #D0FF25
Black with #D0FF25
Text Example
Text Example
White with #D0FF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF25; }
p { color: rgb(208,255,37); }
H1.HeaderClassName
{
color: #D0FF25;
}
.AnyTagClassName
{
color: #D0FF25;
}
</style>
background-color css
<style>
a { background-color: #D0FF25; }
a { background-color: rgb(208,255,37); }
div.DivClassName
{
background-color: #D0FF25;
}
.BgClassName
{
background-color: #D0FF25;
}
</style>
border-color css
<style>
span { border-color: #D0FF25; }
span { border-color: rgb(208,255,37); }
td.TdClassName
{
border-color: #D0FF25;
}
.TagClassName
{
border-color: #D0FF25;
}
</style>