Shades of Pear #D0EE31
Tints of Pear #D0EE31
RGB
CMYK
RGB Variations
Color information
#D0EE31 (or 0xD0EE31) is known color: Pear. HEX triplet: D0, EE and 31. RGB value is (208,238,49). Sum of RGB (Red+Green+Blue) = 208+238+49=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EE31 is #2F11CE. Grayscale: #D0D0D0. Windows color (decimal): -3084751 or 3272400. OLE color: 3272400.
HSL color Cylindrical-coordinate representation of color #D0EE31: hue angle of 69.52º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0EE31 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 49 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.07 |
| HSL | 69.52º | 0.85% | 0.56% | - |
| HSV(B) | 69.52º | 0.79% | 0.93% | - |
| XYZ | 57.14 | 74.78 | 14.33 | - |
| YUV | 207.48 | 38.56 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 49 | 0.13 | 0 | 0.79 | 0.07 | 69.52 | 0.85 | 0.56 |
| Hex | D0 | EE | 31 | D | 0 | 4F | 7 | 46 | 55 | 38 |
| Octal | 320 | 356 | 61 | 15 | 0 | 117 | 7 | 106 | 125 | 70 |
| Binary | 11010000 | 11101110 | 110001 | 1101 | 0 | 1001111 | 111 | 1000110 | 1010101 | 111000 |
Color Harmonies of #D0EE31
Complementary color
Monochromatic Colors of #D0EE31
Black with #D0EE31
Text Example
Text Example
White with #D0EE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE31; }
p { color: rgb(208,238,49); }
H1.HeaderClassName
{
color: #D0EE31;
}
.AnyTagClassName
{
color: #D0EE31;
}
</style>
background-color css
<style>
a { background-color: #D0EE31; }
a { background-color: rgb(208,238,49); }
div.DivClassName
{
background-color: #D0EE31;
}
.BgClassName
{
background-color: #D0EE31;
}
</style>
border-color css
<style>
span { border-color: #D0EE31; }
span { border-color: rgb(208,238,49); }
td.TdClassName
{
border-color: #D0EE31;
}
.TagClassName
{
border-color: #D0EE31;
}
</style>