Shades of Pear #D2FF25
Tints of Pear #D2FF25
RGB
CMYK
RGB Variations
Color information
#D2FF25 (or 0xD2FF25) is known color: Pear. HEX triplet: D2, FF and 25. RGB value is (210,255,37). Sum of RGB (Red+Green+Blue) = 210+255+37=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 37 (14.84% from 255 or 7.37% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FF25 is #2D00DA. Grayscale: #D9D9D9. Windows color (decimal): -2949339 or 2490322. OLE color: 2490322.
HSL color Cylindrical-coordinate representation of color #D2FF25: hue angle of 72.39º 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 #D2FF25 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 37 | - |
| CMYK | 0.18 | 0 | 0.85 | 0 |
| HSL | 72.39º | 1% | 0.57% | - |
| HSV(B) | 72.39º | 0.85% | 1% | - |
| XYZ | 62.67 | 85.36 | 14.92 | - |
| YUV | 216.69 | 26.59 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 37 | 0.18 | 0 | 0.85 | 0 | 72.39 | 1 | 0.57 |
| Hex | D2 | FF | 25 | 12 | 0 | 55 | 0 | 48 | 64 | 39 |
| Octal | 322 | 377 | 45 | 22 | 0 | 125 | 0 | 110 | 144 | 71 |
| Binary | 11010010 | 11111111 | 100101 | 10010 | 0 | 1010101 | 0 | 1001000 | 1100100 | 111001 |
Color Harmonies of #D2FF25
Complementary color
Monochromatic Colors of #D2FF25
Black with #D2FF25
Text Example
Text Example
White with #D2FF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF25; }
p { color: rgb(210,255,37); }
H1.HeaderClassName
{
color: #D2FF25;
}
.AnyTagClassName
{
color: #D2FF25;
}
</style>
background-color css
<style>
a { background-color: #D2FF25; }
a { background-color: rgb(210,255,37); }
div.DivClassName
{
background-color: #D2FF25;
}
.BgClassName
{
background-color: #D2FF25;
}
</style>
border-color css
<style>
span { border-color: #D2FF25; }
span { border-color: rgb(210,255,37); }
td.TdClassName
{
border-color: #D2FF25;
}
.TagClassName
{
border-color: #D2FF25;
}
</style>