Shades of Pear #DCEE2E
Tints of Pear #DCEE2E
RGB
CMYK
RGB Variations
Color information
#DCEE2E (or 0xDCEE2E) is known color: Pear. HEX triplet: DC, EE and 2E. RGB value is (220,238,46). Sum of RGB (Red+Green+Blue) = 220+238+46=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 46 (18.36% from 255 or 9.13% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE2E is #2311D1. Grayscale: #D3D3D3. Windows color (decimal): -2298322 or 3075804. OLE color: 3075804.
HSL color Cylindrical-coordinate representation of color #DCEE2E: hue angle of 65.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCEE2E is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 46 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.07 |
| HSL | 65.63º | 0.85% | 0.56% | - |
| HSV(B) | 65.63º | 0.81% | 0.93% | - |
| XYZ | 60.58 | 76.56 | 14.17 | - |
| YUV | 210.73 | 35.04 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 46 | 0.08 | 0 | 0.81 | 0.07 | 65.63 | 0.85 | 0.56 |
| Hex | DC | EE | 2E | 8 | 0 | 51 | 7 | 42 | 55 | 38 |
| Octal | 334 | 356 | 56 | 10 | 0 | 121 | 7 | 102 | 125 | 70 |
| Binary | 11011100 | 11101110 | 101110 | 1000 | 0 | 1010001 | 111 | 1000010 | 1010101 | 111000 |
Color Harmonies of #DCEE2E
Complementary color
Monochromatic Colors of #DCEE2E
Black with #DCEE2E
Text Example
Text Example
White with #DCEE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE2E; }
p { color: rgb(220,238,46); }
H1.HeaderClassName
{
color: #DCEE2E;
}
.AnyTagClassName
{
color: #DCEE2E;
}
</style>
background-color css
<style>
a { background-color: #DCEE2E; }
a { background-color: rgb(220,238,46); }
div.DivClassName
{
background-color: #DCEE2E;
}
.BgClassName
{
background-color: #DCEE2E;
}
</style>
border-color css
<style>
span { border-color: #DCEE2E; }
span { border-color: rgb(220,238,46); }
td.TdClassName
{
border-color: #DCEE2E;
}
.TagClassName
{
border-color: #DCEE2E;
}
</style>