Shades of Pear #D2F72B
Tints of Pear #D2F72B
RGB
CMYK
RGB Variations
Color information
#D2F72B (or 0xD2F72B) is known color: Pear. HEX triplet: D2, F7 and 2B. RGB value is (210,247,43). Sum of RGB (Red+Green+Blue) = 210+247+43=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F72B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F72B is #2D08D4. Grayscale: #D5D5D5. Windows color (decimal): -2951381 or 2881490. OLE color: 2881490.
HSL color Cylindrical-coordinate representation of color #D2F72B: hue angle of 70.88º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2F72B is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 43 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.03 |
| HSL | 70.88º | 0.93% | 0.57% | - |
| HSV(B) | 70.88º | 0.83% | 0.97% | - |
| XYZ | 60.28 | 80.4 | 14.63 | - |
| YUV | 212.68 | 32.24 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 43 | 0.15 | 0 | 0.83 | 0.03 | 70.88 | 0.93 | 0.57 |
| Hex | D2 | F7 | 2B | F | 0 | 53 | 3 | 47 | 5D | 39 |
| Octal | 322 | 367 | 53 | 17 | 0 | 123 | 3 | 107 | 135 | 71 |
| Binary | 11010010 | 11110111 | 101011 | 1111 | 0 | 1010011 | 11 | 1000111 | 1011101 | 111001 |
Color Harmonies of #D2F72B
Complementary color
Monochromatic Colors of #D2F72B
Black with #D2F72B
Text Example
Text Example
White with #D2F72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F72B; }
p { color: rgb(210,247,43); }
H1.HeaderClassName
{
color: #D2F72B;
}
.AnyTagClassName
{
color: #D2F72B;
}
</style>
background-color css
<style>
a { background-color: #D2F72B; }
a { background-color: rgb(210,247,43); }
div.DivClassName
{
background-color: #D2F72B;
}
.BgClassName
{
background-color: #D2F72B;
}
</style>
border-color css
<style>
span { border-color: #D2F72B; }
span { border-color: rgb(210,247,43); }
td.TdClassName
{
border-color: #D2F72B;
}
.TagClassName
{
border-color: #D2F72B;
}
</style>