Shades of Pear #D0FC25
Tints of Pear #D0FC25
RGB
CMYK
RGB Variations
Color information
#D0FC25 (or 0xD0FC25) is known color: Pear. HEX triplet: D0, FC and 25. RGB value is (208,252,37). Sum of RGB (Red+Green+Blue) = 208+252+37=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 37 (14.84% from 255 or 7.44% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FC25 is #2F03DA. Grayscale: #D7D7D7. Windows color (decimal): -3081179 or 2489552. OLE color: 2489552.
HSL color Cylindrical-coordinate representation of color #D0FC25: hue angle of 72.28º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0FC25 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 37 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.01 |
| HSL | 72.28º | 0.97% | 0.57% | - |
| HSV(B) | 72.28º | 0.85% | 0.99% | - |
| XYZ | 61.16 | 83.16 | 14.58 | - |
| YUV | 214.33 | 27.92 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 37 | 0.17 | 0 | 0.85 | 0.01 | 72.28 | 0.97 | 0.57 |
| Hex | D0 | FC | 25 | 11 | 0 | 55 | 1 | 48 | 61 | 39 |
| Octal | 320 | 374 | 45 | 21 | 0 | 125 | 1 | 110 | 141 | 71 |
| Binary | 11010000 | 11111100 | 100101 | 10001 | 0 | 1010101 | 1 | 1001000 | 1100001 | 111001 |
Color Harmonies of #D0FC25
Complementary color
Monochromatic Colors of #D0FC25
Black with #D0FC25
Text Example
Text Example
White with #D0FC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FC25; }
p { color: rgb(208,252,37); }
H1.HeaderClassName
{
color: #D0FC25;
}
.AnyTagClassName
{
color: #D0FC25;
}
</style>
background-color css
<style>
a { background-color: #D0FC25; }
a { background-color: rgb(208,252,37); }
div.DivClassName
{
background-color: #D0FC25;
}
.BgClassName
{
background-color: #D0FC25;
}
</style>
border-color css
<style>
span { border-color: #D0FC25; }
span { border-color: rgb(208,252,37); }
td.TdClassName
{
border-color: #D0FC25;
}
.TagClassName
{
border-color: #D0FC25;
}
</style>