Shades of Pear #D0EE45
Tints of Pear #D0EE45
RGB
CMYK
RGB Variations
Color information
#D0EE45 (or 0xD0EE45) is known color: Pear. HEX triplet: D0, EE and 45. RGB value is (208,238,69). Sum of RGB (Red+Green+Blue) = 208+238+69=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EE45 is #2F11BA. Grayscale: #D2D2D2. Windows color (decimal): -3084731 or 4583120. OLE color: 4583120.
HSL color Cylindrical-coordinate representation of color #D0EE45: hue angle of 70.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0EE45 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 69 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.07 |
| HSL | 70.65º | 0.83% | 0.6% | - |
| HSV(B) | 70.65º | 0.71% | 0.93% | - |
| XYZ | 57.66 | 74.99 | 17.07 | - |
| YUV | 209.76 | 48.56 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 69 | 0.13 | 0 | 0.71 | 0.07 | 70.65 | 0.83 | 0.6 |
| Hex | D0 | EE | 45 | D | 0 | 47 | 7 | 47 | 53 | 3C |
| Octal | 320 | 356 | 105 | 15 | 0 | 107 | 7 | 107 | 123 | 74 |
| Binary | 11010000 | 11101110 | 1000101 | 1101 | 0 | 1000111 | 111 | 1000111 | 1010011 | 111100 |
Color Harmonies of #D0EE45
Complementary color
Monochromatic Colors of #D0EE45
Black with #D0EE45
Text Example
Text Example
White with #D0EE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE45; }
p { color: rgb(208,238,69); }
H1.HeaderClassName
{
color: #D0EE45;
}
.AnyTagClassName
{
color: #D0EE45;
}
</style>
background-color css
<style>
a { background-color: #D0EE45; }
a { background-color: rgb(208,238,69); }
div.DivClassName
{
background-color: #D0EE45;
}
.BgClassName
{
background-color: #D0EE45;
}
</style>
border-color css
<style>
span { border-color: #D0EE45; }
span { border-color: rgb(208,238,69); }
td.TdClassName
{
border-color: #D0EE45;
}
.TagClassName
{
border-color: #D0EE45;
}
</style>