Shades of Pear #D0EE41
Tints of Pear #D0EE41
RGB
CMYK
RGB Variations
Color information
#D0EE41 (or 0xD0EE41) is known color: Pear. HEX triplet: D0, EE and 41. RGB value is (208,238,65). Sum of RGB (Red+Green+Blue) = 208+238+65=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EE41 is #2F11BE. Grayscale: #D1D1D1. Windows color (decimal): -3084735 or 4320976. OLE color: 4320976.
HSL color Cylindrical-coordinate representation of color #D0EE41: hue angle of 70.4º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0EE41 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 65 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.07 |
| HSL | 70.4º | 0.84% | 0.59% | - |
| HSV(B) | 70.4º | 0.73% | 0.93% | - |
| XYZ | 57.54 | 74.94 | 16.43 | - |
| YUV | 209.31 | 46.56 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 65 | 0.13 | 0 | 0.73 | 0.07 | 70.4 | 0.84 | 0.59 |
| Hex | D0 | EE | 41 | D | 0 | 49 | 7 | 46 | 54 | 3B |
| Octal | 320 | 356 | 101 | 15 | 0 | 111 | 7 | 106 | 124 | 73 |
| Binary | 11010000 | 11101110 | 1000001 | 1101 | 0 | 1001001 | 111 | 1000110 | 1010100 | 111011 |
Color Harmonies of #D0EE41
Complementary color
Monochromatic Colors of #D0EE41
Black with #D0EE41
Text Example
Text Example
White with #D0EE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE41; }
p { color: rgb(208,238,65); }
H1.HeaderClassName
{
color: #D0EE41;
}
.AnyTagClassName
{
color: #D0EE41;
}
</style>
background-color css
<style>
a { background-color: #D0EE41; }
a { background-color: rgb(208,238,65); }
div.DivClassName
{
background-color: #D0EE41;
}
.BgClassName
{
background-color: #D0EE41;
}
</style>
border-color css
<style>
span { border-color: #D0EE41; }
span { border-color: rgb(208,238,65); }
td.TdClassName
{
border-color: #D0EE41;
}
.TagClassName
{
border-color: #D0EE41;
}
</style>