Shades of Pear #DEEE3C
Tints of Pear #DEEE3C
RGB
CMYK
RGB Variations
Color information
#DEEE3C (or 0xDEEE3C) is known color: Pear. HEX triplet: DE, EE and 3C. RGB value is (222,238,60). Sum of RGB (Red+Green+Blue) = 222+238+60=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE3C is #2111C3. Grayscale: #D5D5D5. Windows color (decimal): -2167236 or 3993310. OLE color: 3993310.
HSL color Cylindrical-coordinate representation of color #DEEE3C: hue angle of 65.39º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEEE3C is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 60 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.07 |
| HSL | 65.39º | 0.84% | 0.58% | - |
| HSV(B) | 65.39º | 0.75% | 0.93% | - |
| XYZ | 61.51 | 77 | 15.9 | - |
| YUV | 212.92 | 41.7 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 60 | 0.07 | 0 | 0.75 | 0.07 | 65.39 | 0.84 | 0.58 |
| Hex | DE | EE | 3C | 7 | 0 | 4B | 7 | 41 | 54 | 3A |
| Octal | 336 | 356 | 74 | 7 | 0 | 113 | 7 | 101 | 124 | 72 |
| Binary | 11011110 | 11101110 | 111100 | 111 | 0 | 1001011 | 111 | 1000001 | 1010100 | 111010 |
Color Harmonies of #DEEE3C
Complementary color
Monochromatic Colors of #DEEE3C
Black with #DEEE3C
Text Example
Text Example
White with #DEEE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE3C; }
p { color: rgb(222,238,60); }
H1.HeaderClassName
{
color: #DEEE3C;
}
.AnyTagClassName
{
color: #DEEE3C;
}
</style>
background-color css
<style>
a { background-color: #DEEE3C; }
a { background-color: rgb(222,238,60); }
div.DivClassName
{
background-color: #DEEE3C;
}
.BgClassName
{
background-color: #DEEE3C;
}
</style>
border-color css
<style>
span { border-color: #DEEE3C; }
span { border-color: rgb(222,238,60); }
td.TdClassName
{
border-color: #DEEE3C;
}
.TagClassName
{
border-color: #DEEE3C;
}
</style>