Shades of Pear #D2F71D
Tints of Pear #D2F71D
RGB
CMYK
RGB Variations
Color information
#D2F71D (or 0xD2F71D) is known color: Pear. HEX triplet: D2, F7 and 1D. RGB value is (210,247,29). Sum of RGB (Red+Green+Blue) = 210+247+29=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F71D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F71D is #2D08E2. Grayscale: #D3D3D3. Windows color (decimal): -2951395 or 1963986. OLE color: 1963986.
HSL color Cylindrical-coordinate representation of color #D2F71D: hue angle of 70.18º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2F71D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 29 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.03 |
| HSL | 70.18º | 0.93% | 0.54% | - |
| HSV(B) | 70.18º | 0.88% | 0.97% | - |
| XYZ | 60.06 | 80.31 | 13.5 | - |
| YUV | 211.09 | 25.24 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 29 | 0.15 | 0 | 0.88 | 0.03 | 70.18 | 0.93 | 0.54 |
| Hex | D2 | F7 | 1D | F | 0 | 58 | 3 | 46 | 5D | 36 |
| Octal | 322 | 367 | 35 | 17 | 0 | 130 | 3 | 106 | 135 | 66 |
| Binary | 11010010 | 11110111 | 11101 | 1111 | 0 | 1011000 | 11 | 1000110 | 1011101 | 110110 |
Color Harmonies of #D2F71D
Complementary color
Monochromatic Colors of #D2F71D
Black with #D2F71D
Text Example
Text Example
White with #D2F71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F71D; }
p { color: rgb(210,247,29); }
H1.HeaderClassName
{
color: #D2F71D;
}
.AnyTagClassName
{
color: #D2F71D;
}
</style>
background-color css
<style>
a { background-color: #D2F71D; }
a { background-color: rgb(210,247,29); }
div.DivClassName
{
background-color: #D2F71D;
}
.BgClassName
{
background-color: #D2F71D;
}
</style>
border-color css
<style>
span { border-color: #D2F71D; }
span { border-color: rgb(210,247,29); }
td.TdClassName
{
border-color: #D2F71D;
}
.TagClassName
{
border-color: #D2F71D;
}
</style>