Shades of Pear #D0F72B
Tints of Pear #D0F72B
RGB
CMYK
RGB Variations
Color information
#D0F72B (or 0xD0F72B) is known color: Pear. HEX triplet: D0, F7 and 2B. RGB value is (208,247,43). Sum of RGB (Red+Green+Blue) = 208+247+43=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 43 (17.19% from 255 or 8.63% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F72B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F72B is #2F08D4. Grayscale: #D4D4D4. Windows color (decimal): -3082453 or 2881488. OLE color: 2881488.
HSL color Cylindrical-coordinate representation of color #D0F72B: hue angle of 71.47º 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 #D0F72B is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 43 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.03 |
| HSL | 71.47º | 0.93% | 0.57% | - |
| HSV(B) | 71.47º | 0.83% | 0.97% | - |
| XYZ | 59.71 | 80.11 | 14.6 | - |
| YUV | 212.08 | 32.58 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 43 | 0.16 | 0 | 0.83 | 0.03 | 71.47 | 0.93 | 0.57 |
| Hex | D0 | F7 | 2B | 10 | 0 | 53 | 3 | 47 | 5D | 39 |
| Octal | 320 | 367 | 53 | 20 | 0 | 123 | 3 | 107 | 135 | 71 |
| Binary | 11010000 | 11110111 | 101011 | 10000 | 0 | 1010011 | 11 | 1000111 | 1011101 | 111001 |
Color Harmonies of #D0F72B
Complementary color
Monochromatic Colors of #D0F72B
Black with #D0F72B
Text Example
Text Example
White with #D0F72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F72B; }
p { color: rgb(208,247,43); }
H1.HeaderClassName
{
color: #D0F72B;
}
.AnyTagClassName
{
color: #D0F72B;
}
</style>
background-color css
<style>
a { background-color: #D0F72B; }
a { background-color: rgb(208,247,43); }
div.DivClassName
{
background-color: #D0F72B;
}
.BgClassName
{
background-color: #D0F72B;
}
</style>
border-color css
<style>
span { border-color: #D0F72B; }
span { border-color: rgb(208,247,43); }
td.TdClassName
{
border-color: #D0F72B;
}
.TagClassName
{
border-color: #D0F72B;
}
</style>