Shades of Pear #D0F730
Tints of Pear #D0F730
RGB
CMYK
RGB Variations
Color information
#D0F730 (or 0xD0F730) is known color: Pear. HEX triplet: D0, F7 and 30. RGB value is (208,247,48). Sum of RGB (Red+Green+Blue) = 208+247+48=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F730 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F730 is #2F08CF. Grayscale: #D5D5D5. Windows color (decimal): -3082448 or 3209168. OLE color: 3209168.
HSL color Cylindrical-coordinate representation of color #D0F730: hue angle of 71.76º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0F730 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 48 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.03 |
| HSL | 71.76º | 0.93% | 0.58% | - |
| HSV(B) | 71.76º | 0.81% | 0.97% | - |
| XYZ | 59.81 | 80.14 | 15.11 | - |
| YUV | 212.65 | 35.08 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 48 | 0.16 | 0 | 0.81 | 0.03 | 71.76 | 0.93 | 0.58 |
| Hex | D0 | F7 | 30 | 10 | 0 | 51 | 3 | 48 | 5D | 3A |
| Octal | 320 | 367 | 60 | 20 | 0 | 121 | 3 | 110 | 135 | 72 |
| Binary | 11010000 | 11110111 | 110000 | 10000 | 0 | 1010001 | 11 | 1001000 | 1011101 | 111010 |
Color Harmonies of #D0F730
Complementary color
Monochromatic Colors of #D0F730
Black with #D0F730
Text Example
Text Example
White with #D0F730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F730; }
p { color: rgb(208,247,48); }
H1.HeaderClassName
{
color: #D0F730;
}
.AnyTagClassName
{
color: #D0F730;
}
</style>
background-color css
<style>
a { background-color: #D0F730; }
a { background-color: rgb(208,247,48); }
div.DivClassName
{
background-color: #D0F730;
}
.BgClassName
{
background-color: #D0F730;
}
</style>
border-color css
<style>
span { border-color: #D0F730; }
span { border-color: rgb(208,247,48); }
td.TdClassName
{
border-color: #D0F730;
}
.TagClassName
{
border-color: #D0F730;
}
</style>