Shades of Pear #D0EE2C
Tints of Pear #D0EE2C
RGB
CMYK
RGB Variations
Color information
#D0EE2C (or 0xD0EE2C) is known color: Pear. HEX triplet: D0, EE and 2C. RGB value is (208,238,44). Sum of RGB (Red+Green+Blue) = 208+238+44=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EE2C is #2F11D3. Grayscale: #CFCFCF. Windows color (decimal): -3084756 or 2944720. OLE color: 2944720.
HSL color Cylindrical-coordinate representation of color #D0EE2C: hue angle of 69.28º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0EE2C is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 44 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.07 |
| HSL | 69.28º | 0.85% | 0.55% | - |
| HSV(B) | 69.28º | 0.82% | 0.93% | - |
| XYZ | 57.04 | 74.74 | 13.8 | - |
| YUV | 206.91 | 36.06 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 44 | 0.13 | 0 | 0.82 | 0.07 | 69.28 | 0.85 | 0.55 |
| Hex | D0 | EE | 2C | D | 0 | 52 | 7 | 45 | 55 | 37 |
| Octal | 320 | 356 | 54 | 15 | 0 | 122 | 7 | 105 | 125 | 67 |
| Binary | 11010000 | 11101110 | 101100 | 1101 | 0 | 1010010 | 111 | 1000101 | 1010101 | 110111 |
Color Harmonies of #D0EE2C
Complementary color
Monochromatic Colors of #D0EE2C
Black with #D0EE2C
Text Example
Text Example
White with #D0EE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE2C; }
p { color: rgb(208,238,44); }
H1.HeaderClassName
{
color: #D0EE2C;
}
.AnyTagClassName
{
color: #D0EE2C;
}
</style>
background-color css
<style>
a { background-color: #D0EE2C; }
a { background-color: rgb(208,238,44); }
div.DivClassName
{
background-color: #D0EE2C;
}
.BgClassName
{
background-color: #D0EE2C;
}
</style>
border-color css
<style>
span { border-color: #D0EE2C; }
span { border-color: rgb(208,238,44); }
td.TdClassName
{
border-color: #D0EE2C;
}
.TagClassName
{
border-color: #D0EE2C;
}
</style>