Shades of Pear #D0F04D
Tints of Pear #D0F04D
RGB
CMYK
RGB Variations
Color information
#D0F04D (or 0xD0F04D) is known color: Pear. HEX triplet: D0, F0 and 4D. RGB value is (208,240,77). Sum of RGB (Red+Green+Blue) = 208+240+77=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F04D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F04D is #2F0FB2. Grayscale: #D4D4D4. Windows color (decimal): -3084211 or 5107920. OLE color: 5107920.
HSL color Cylindrical-coordinate representation of color #D0F04D: hue angle of 71.78º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0F04D is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 77 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.06 |
| HSL | 71.78º | 0.84% | 0.62% | - |
| HSV(B) | 71.78º | 0.68% | 0.94% | - |
| XYZ | 58.51 | 76.27 | 18.66 | - |
| YUV | 211.85 | 51.9 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 77 | 0.13 | 0 | 0.68 | 0.06 | 71.78 | 0.84 | 0.62 |
| Hex | D0 | F0 | 4D | D | 0 | 44 | 6 | 48 | 54 | 3E |
| Octal | 320 | 360 | 115 | 15 | 0 | 104 | 6 | 110 | 124 | 76 |
| Binary | 11010000 | 11110000 | 1001101 | 1101 | 0 | 1000100 | 110 | 1001000 | 1010100 | 111110 |
Color Harmonies of #D0F04D
Complementary color
Monochromatic Colors of #D0F04D
Black with #D0F04D
Text Example
Text Example
White with #D0F04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F04D; }
p { color: rgb(208,240,77); }
H1.HeaderClassName
{
color: #D0F04D;
}
.AnyTagClassName
{
color: #D0F04D;
}
</style>
background-color css
<style>
a { background-color: #D0F04D; }
a { background-color: rgb(208,240,77); }
div.DivClassName
{
background-color: #D0F04D;
}
.BgClassName
{
background-color: #D0F04D;
}
</style>
border-color css
<style>
span { border-color: #D0F04D; }
span { border-color: rgb(208,240,77); }
td.TdClassName
{
border-color: #D0F04D;
}
.TagClassName
{
border-color: #D0F04D;
}
</style>