Shades of Pear #D0EF4E
Tints of Pear #D0EF4E
RGB
CMYK
RGB Variations
Color information
#D0EF4E (or 0xD0EF4E) is known color: Pear. HEX triplet: D0, EF and 4E. RGB value is (208,239,78). Sum of RGB (Red+Green+Blue) = 208+239+78=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 78 (30.86% from 255 or 14.86% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EF4E is #2F10B1. Grayscale: #D3D3D3. Windows color (decimal): -3084466 or 5173200. OLE color: 5173200.
HSL color Cylindrical-coordinate representation of color #D0EF4E: hue angle of 71.55º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0EF4E is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 78 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.06 |
| HSL | 71.55º | 0.83% | 0.62% | - |
| HSV(B) | 71.55º | 0.67% | 0.94% | - |
| XYZ | 58.25 | 75.69 | 18.75 | - |
| YUV | 211.38 | 52.73 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 78 | 0.13 | 0 | 0.67 | 0.06 | 71.55 | 0.83 | 0.62 |
| Hex | D0 | EF | 4E | D | 0 | 43 | 6 | 48 | 53 | 3E |
| Octal | 320 | 357 | 116 | 15 | 0 | 103 | 6 | 110 | 123 | 76 |
| Binary | 11010000 | 11101111 | 1001110 | 1101 | 0 | 1000011 | 110 | 1001000 | 1010011 | 111110 |
Color Harmonies of #D0EF4E
Complementary color
Monochromatic Colors of #D0EF4E
Black with #D0EF4E
Text Example
Text Example
White with #D0EF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF4E; }
p { color: rgb(208,239,78); }
H1.HeaderClassName
{
color: #D0EF4E;
}
.AnyTagClassName
{
color: #D0EF4E;
}
</style>
background-color css
<style>
a { background-color: #D0EF4E; }
a { background-color: rgb(208,239,78); }
div.DivClassName
{
background-color: #D0EF4E;
}
.BgClassName
{
background-color: #D0EF4E;
}
</style>
border-color css
<style>
span { border-color: #D0EF4E; }
span { border-color: rgb(208,239,78); }
td.TdClassName
{
border-color: #D0EF4E;
}
.TagClassName
{
border-color: #D0EF4E;
}
</style>