Shades of Pear #D2F625
Tints of Pear #D2F625
RGB
CMYK
RGB Variations
Color information
#D2F625 (or 0xD2F625) is known color: Pear. HEX triplet: D2, F6 and 25. RGB value is (210,246,37). Sum of RGB (Red+Green+Blue) = 210+246+37=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 37 (14.84% from 255 or 7.51% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F625 is #2D09DA. Grayscale: #D4D4D4. Windows color (decimal): -2951643 or 2488018. OLE color: 2488018.
HSL color Cylindrical-coordinate representation of color #D2F625: hue angle of 70.33º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2F625 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 246 | 37 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.04 |
| HSL | 70.33º | 0.92% | 0.55% | - |
| HSV(B) | 70.33º | 0.85% | 0.96% | - |
| XYZ | 59.87 | 79.75 | 13.99 | - |
| YUV | 211.41 | 29.57 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 246 | 37 | 0.15 | 0 | 0.85 | 0.04 | 70.33 | 0.92 | 0.55 |
| Hex | D2 | F6 | 25 | F | 0 | 55 | 4 | 46 | 5C | 37 |
| Octal | 322 | 366 | 45 | 17 | 0 | 125 | 4 | 106 | 134 | 67 |
| Binary | 11010010 | 11110110 | 100101 | 1111 | 0 | 1010101 | 100 | 1000110 | 1011100 | 110111 |
Color Harmonies of #D2F625
Complementary color
Monochromatic Colors of #D2F625
Black with #D2F625
Text Example
Text Example
White with #D2F625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F625; }
p { color: rgb(210,246,37); }
H1.HeaderClassName
{
color: #D2F625;
}
.AnyTagClassName
{
color: #D2F625;
}
</style>
background-color css
<style>
a { background-color: #D2F625; }
a { background-color: rgb(210,246,37); }
div.DivClassName
{
background-color: #D2F625;
}
.BgClassName
{
background-color: #D2F625;
}
</style>
border-color css
<style>
span { border-color: #D2F625; }
span { border-color: rgb(210,246,37); }
td.TdClassName
{
border-color: #D2F625;
}
.TagClassName
{
border-color: #D2F625;
}
</style>