Shades of Pear #D0FA4D
Tints of Pear #D0FA4D
RGB
CMYK
RGB Variations
Color information
#D0FA4D (or 0xD0FA4D) is known color: Pear. HEX triplet: D0, FA and 4D. RGB value is (208,250,77). Sum of RGB (Red+Green+Blue) = 208+250+77=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA4D is #2F05B2. Grayscale: #DADADA. Windows color (decimal): -3081651 or 5110480. OLE color: 5110480.
HSL color Cylindrical-coordinate representation of color #D0FA4D: hue angle of 74.57º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0FA4D is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 77 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.02 |
| HSL | 74.57º | 0.95% | 0.64% | - |
| HSV(B) | 74.57º | 0.69% | 0.98% | - |
| XYZ | 61.54 | 82.32 | 19.67 | - |
| YUV | 217.72 | 48.59 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 77 | 0.17 | 0 | 0.69 | 0.02 | 74.57 | 0.95 | 0.64 |
| Hex | D0 | FA | 4D | 11 | 0 | 45 | 2 | 4B | 5F | 40 |
| Octal | 320 | 372 | 115 | 21 | 0 | 105 | 2 | 113 | 137 | 100 |
| Binary | 11010000 | 11111010 | 1001101 | 10001 | 0 | 1000101 | 10 | 1001011 | 1011111 | 1000000 |
Color Harmonies of #D0FA4D
Complementary color
Monochromatic Colors of #D0FA4D
Black with #D0FA4D
Text Example
Text Example
White with #D0FA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA4D; }
p { color: rgb(208,250,77); }
H1.HeaderClassName
{
color: #D0FA4D;
}
.AnyTagClassName
{
color: #D0FA4D;
}
</style>
background-color css
<style>
a { background-color: #D0FA4D; }
a { background-color: rgb(208,250,77); }
div.DivClassName
{
background-color: #D0FA4D;
}
.BgClassName
{
background-color: #D0FA4D;
}
</style>
border-color css
<style>
span { border-color: #D0FA4D; }
span { border-color: rgb(208,250,77); }
td.TdClassName
{
border-color: #D0FA4D;
}
.TagClassName
{
border-color: #D0FA4D;
}
</style>