Shades of Pear #D0E940
Tints of Pear #D0E940
RGB
CMYK
RGB Variations
Color information
#D0E940 (or 0xD0E940) is known color: Pear. HEX triplet: D0, E9 and 40. RGB value is (208,233,64). Sum of RGB (Red+Green+Blue) = 208+233+64=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E940 is #2F16BF. Grayscale: #CECECE. Windows color (decimal): -3086016 or 4254160. OLE color: 4254160.
HSL color Cylindrical-coordinate representation of color #D0E940: hue angle of 68.88º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0E940 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 64 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.09 |
| HSL | 68.88º | 0.79% | 0.58% | - |
| HSV(B) | 68.88º | 0.73% | 0.91% | - |
| XYZ | 56.08 | 72.06 | 15.8 | - |
| YUV | 206.26 | 47.72 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 64 | 0.11 | 0 | 0.73 | 0.09 | 68.88 | 0.79 | 0.58 |
| Hex | D0 | E9 | 40 | B | 0 | 49 | 9 | 45 | 4F | 3A |
| Octal | 320 | 351 | 100 | 13 | 0 | 111 | 11 | 105 | 117 | 72 |
| Binary | 11010000 | 11101001 | 1000000 | 1011 | 0 | 1001001 | 1001 | 1000101 | 1001111 | 111010 |
Color Harmonies of #D0E940
Complementary color
Monochromatic Colors of #D0E940
Black with #D0E940
Text Example
Text Example
White with #D0E940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E940; }
p { color: rgb(208,233,64); }
H1.HeaderClassName
{
color: #D0E940;
}
.AnyTagClassName
{
color: #D0E940;
}
</style>
background-color css
<style>
a { background-color: #D0E940; }
a { background-color: rgb(208,233,64); }
div.DivClassName
{
background-color: #D0E940;
}
.BgClassName
{
background-color: #D0E940;
}
</style>
border-color css
<style>
span { border-color: #D0E940; }
span { border-color: rgb(208,233,64); }
td.TdClassName
{
border-color: #D0E940;
}
.TagClassName
{
border-color: #D0E940;
}
</style>