Shades of Pear #D0EF38
Tints of Pear #D0EF38
RGB
CMYK
RGB Variations
Color information
#D0EF38 (or 0xD0EF38) is known color: Pear. HEX triplet: D0, EF and 38. RGB value is (208,239,56). Sum of RGB (Red+Green+Blue) = 208+239+56=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EF38 is #2F10C7. Grayscale: #D1D1D1. Windows color (decimal): -3084488 or 3731408. OLE color: 3731408.
HSL color Cylindrical-coordinate representation of color #D0EF38: hue angle of 70.16º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0EF38 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 56 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.06 |
| HSL | 70.16º | 0.85% | 0.58% | - |
| HSV(B) | 70.16º | 0.77% | 0.94% | - |
| XYZ | 57.59 | 75.43 | 15.27 | - |
| YUV | 208.87 | 41.73 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 56 | 0.13 | 0 | 0.77 | 0.06 | 70.16 | 0.85 | 0.58 |
| Hex | D0 | EF | 38 | D | 0 | 4D | 6 | 46 | 55 | 3A |
| Octal | 320 | 357 | 70 | 15 | 0 | 115 | 6 | 106 | 125 | 72 |
| Binary | 11010000 | 11101111 | 111000 | 1101 | 0 | 1001101 | 110 | 1000110 | 1010101 | 111010 |
Color Harmonies of #D0EF38
Complementary color
Monochromatic Colors of #D0EF38
Black with #D0EF38
Text Example
Text Example
White with #D0EF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF38; }
p { color: rgb(208,239,56); }
H1.HeaderClassName
{
color: #D0EF38;
}
.AnyTagClassName
{
color: #D0EF38;
}
</style>
background-color css
<style>
a { background-color: #D0EF38; }
a { background-color: rgb(208,239,56); }
div.DivClassName
{
background-color: #D0EF38;
}
.BgClassName
{
background-color: #D0EF38;
}
</style>
border-color css
<style>
span { border-color: #D0EF38; }
span { border-color: rgb(208,239,56); }
td.TdClassName
{
border-color: #D0EF38;
}
.TagClassName
{
border-color: #D0EF38;
}
</style>