Shades of Pear #D2F019
Tints of Pear #D2F019
RGB
CMYK
RGB Variations
Color information
#D2F019 (or 0xD2F019) is known color: Pear. HEX triplet: D2, F0 and 19. RGB value is (210,240,25). Sum of RGB (Red+Green+Blue) = 210+240+25=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F019 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F019 is #2D0FE6. Grayscale: #CFCFCF. Windows color (decimal): -2953191 or 1700050. OLE color: 1700050.
HSL color Cylindrical-coordinate representation of color #D2F019: hue angle of 68.37º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2F019 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 25 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.06 |
| HSL | 68.37º | 0.88% | 0.52% | - |
| HSV(B) | 68.37º | 0.9% | 0.94% | - |
| XYZ | 57.91 | 76.09 | 12.55 | - |
| YUV | 206.52 | 25.56 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 25 | 0.12 | 0 | 0.90 | 0.06 | 68.37 | 0.88 | 0.52 |
| Hex | D2 | F0 | 19 | C | 0 | 5A | 6 | 44 | 58 | 34 |
| Octal | 322 | 360 | 31 | 14 | 0 | 132 | 6 | 104 | 130 | 64 |
| Binary | 11010010 | 11110000 | 11001 | 1100 | 0 | 1011010 | 110 | 1000100 | 1011000 | 110100 |
Color Harmonies of #D2F019
Complementary color
Monochromatic Colors of #D2F019
Black with #D2F019
Text Example
Text Example
White with #D2F019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F019; }
p { color: rgb(210,240,25); }
H1.HeaderClassName
{
color: #D2F019;
}
.AnyTagClassName
{
color: #D2F019;
}
</style>
background-color css
<style>
a { background-color: #D2F019; }
a { background-color: rgb(210,240,25); }
div.DivClassName
{
background-color: #D2F019;
}
.BgClassName
{
background-color: #D2F019;
}
</style>
border-color css
<style>
span { border-color: #D2F019; }
span { border-color: rgb(210,240,25); }
td.TdClassName
{
border-color: #D2F019;
}
.TagClassName
{
border-color: #D2F019;
}
</style>