Shades of Pear #D1FC25
Tints of Pear #D1FC25
RGB
CMYK
RGB Variations
Color information
#D1FC25 (or 0xD1FC25) is known color: Pear. HEX triplet: D1, FC and 25. RGB value is (209,252,37). Sum of RGB (Red+Green+Blue) = 209+252+37=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 37 (14.84% from 255 or 7.43% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FC25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FC25 is #2E03DA. Grayscale: #D7D7D7. Windows color (decimal): -3015643 or 2489553. OLE color: 2489553.
HSL color Cylindrical-coordinate representation of color #D1FC25: hue angle of 72º 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 #D1FC25 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 252 | 37 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.01 |
| HSL | 72º | 0.97% | 0.57% | - |
| HSV(B) | 72º | 0.85% | 0.99% | - |
| XYZ | 61.44 | 83.31 | 14.59 | - |
| YUV | 214.63 | 27.75 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 252 | 37 | 0.17 | 0 | 0.85 | 0.01 | 72 | 0.97 | 0.57 |
| Hex | D1 | FC | 25 | 11 | 0 | 55 | 1 | 48 | 61 | 39 |
| Octal | 321 | 374 | 45 | 21 | 0 | 125 | 1 | 110 | 141 | 71 |
| Binary | 11010001 | 11111100 | 100101 | 10001 | 0 | 1010101 | 1 | 1001000 | 1100001 | 111001 |
Color Harmonies of #D1FC25
Complementary color
Monochromatic Colors of #D1FC25
Black with #D1FC25
Text Example
Text Example
White with #D1FC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FC25; }
p { color: rgb(209,252,37); }
H1.HeaderClassName
{
color: #D1FC25;
}
.AnyTagClassName
{
color: #D1FC25;
}
</style>
background-color css
<style>
a { background-color: #D1FC25; }
a { background-color: rgb(209,252,37); }
div.DivClassName
{
background-color: #D1FC25;
}
.BgClassName
{
background-color: #D1FC25;
}
</style>
border-color css
<style>
span { border-color: #D1FC25; }
span { border-color: rgb(209,252,37); }
td.TdClassName
{
border-color: #D1FC25;
}
.TagClassName
{
border-color: #D1FC25;
}
</style>