Shades of Pear #D0F41D
Tints of Pear #D0F41D
RGB
CMYK
RGB Variations
Color information
#D0F41D (or 0xD0F41D) is known color: Pear. HEX triplet: D0, F4 and 1D. RGB value is (208,244,29). Sum of RGB (Red+Green+Blue) = 208+244+29=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F41D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F41D is #2F0BE2. Grayscale: #D1D1D1. Windows color (decimal): -3083235 or 1963216. OLE color: 1963216.
HSL color Cylindrical-coordinate representation of color #D0F41D: hue angle of 70.05º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0F41D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 29 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.04 |
| HSL | 70.05º | 0.91% | 0.54% | - |
| HSV(B) | 70.05º | 0.88% | 0.96% | - |
| XYZ | 58.58 | 78.2 | 13.17 | - |
| YUV | 208.73 | 26.57 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 29 | 0.15 | 0 | 0.88 | 0.04 | 70.05 | 0.91 | 0.54 |
| Hex | D0 | F4 | 1D | F | 0 | 58 | 4 | 46 | 5B | 36 |
| Octal | 320 | 364 | 35 | 17 | 0 | 130 | 4 | 106 | 133 | 66 |
| Binary | 11010000 | 11110100 | 11101 | 1111 | 0 | 1011000 | 100 | 1000110 | 1011011 | 110110 |
Color Harmonies of #D0F41D
Complementary color
Monochromatic Colors of #D0F41D
Black with #D0F41D
Text Example
Text Example
White with #D0F41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F41D; }
p { color: rgb(208,244,29); }
H1.HeaderClassName
{
color: #D0F41D;
}
.AnyTagClassName
{
color: #D0F41D;
}
</style>
background-color css
<style>
a { background-color: #D0F41D; }
a { background-color: rgb(208,244,29); }
div.DivClassName
{
background-color: #D0F41D;
}
.BgClassName
{
background-color: #D0F41D;
}
</style>
border-color css
<style>
span { border-color: #D0F41D; }
span { border-color: rgb(208,244,29); }
td.TdClassName
{
border-color: #D0F41D;
}
.TagClassName
{
border-color: #D0F41D;
}
</style>