Shades of Pear #DCEE3E
Tints of Pear #DCEE3E
RGB
CMYK
RGB Variations
Color information
#DCEE3E (or 0xDCEE3E) is known color: Pear. HEX triplet: DC, EE and 3E. RGB value is (220,238,62). Sum of RGB (Red+Green+Blue) = 220+238+62=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 62 (24.61% from 255 or 11.92% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE3E is #2311C1. Grayscale: #D5D5D5. Windows color (decimal): -2298306 or 4124380. OLE color: 4124380.
HSL color Cylindrical-coordinate representation of color #DCEE3E: hue angle of 66.14º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCEE3E is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 62 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.07 |
| HSL | 66.14º | 0.84% | 0.59% | - |
| HSV(B) | 66.14º | 0.74% | 0.93% | - |
| XYZ | 60.96 | 76.71 | 16.15 | - |
| YUV | 212.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 62 | 0.08 | 0 | 0.74 | 0.07 | 66.14 | 0.84 | 0.59 |
| Hex | DC | EE | 3E | 8 | 0 | 4A | 7 | 42 | 54 | 3B |
| Octal | 334 | 356 | 76 | 10 | 0 | 112 | 7 | 102 | 124 | 73 |
| Binary | 11011100 | 11101110 | 111110 | 1000 | 0 | 1001010 | 111 | 1000010 | 1010100 | 111011 |
Color Harmonies of #DCEE3E
Complementary color
Monochromatic Colors of #DCEE3E
Black with #DCEE3E
Text Example
Text Example
White with #DCEE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE3E; }
p { color: rgb(220,238,62); }
H1.HeaderClassName
{
color: #DCEE3E;
}
.AnyTagClassName
{
color: #DCEE3E;
}
</style>
background-color css
<style>
a { background-color: #DCEE3E; }
a { background-color: rgb(220,238,62); }
div.DivClassName
{
background-color: #DCEE3E;
}
.BgClassName
{
background-color: #DCEE3E;
}
</style>
border-color css
<style>
span { border-color: #DCEE3E; }
span { border-color: rgb(220,238,62); }
td.TdClassName
{
border-color: #DCEE3E;
}
.TagClassName
{
border-color: #DCEE3E;
}
</style>