Shades of Pear #DCEE28
Tints of Pear #DCEE28
RGB
CMYK
RGB Variations
Color information
#DCEE28 (or 0xDCEE28) is known color: Pear. HEX triplet: DC, EE and 28. RGB value is (220,238,40). Sum of RGB (Red+Green+Blue) = 220+238+40=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 40 (16.02% from 255 or 8.03% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE28 is #2311D7. Grayscale: #D2D2D2. Windows color (decimal): -2298328 or 2682588. OLE color: 2682588.
HSL color Cylindrical-coordinate representation of color #DCEE28: hue angle of 65.45º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCEE28 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 40 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.07 |
| HSL | 65.45º | 0.85% | 0.55% | - |
| HSV(B) | 65.45º | 0.83% | 0.93% | - |
| XYZ | 60.47 | 76.52 | 13.59 | - |
| YUV | 210.05 | 32.04 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 40 | 0.08 | 0 | 0.83 | 0.07 | 65.45 | 0.85 | 0.55 |
| Hex | DC | EE | 28 | 8 | 0 | 53 | 7 | 41 | 55 | 37 |
| Octal | 334 | 356 | 50 | 10 | 0 | 123 | 7 | 101 | 125 | 67 |
| Binary | 11011100 | 11101110 | 101000 | 1000 | 0 | 1010011 | 111 | 1000001 | 1010101 | 110111 |
Color Harmonies of #DCEE28
Complementary color
Monochromatic Colors of #DCEE28
Black with #DCEE28
Text Example
Text Example
White with #DCEE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE28; }
p { color: rgb(220,238,40); }
H1.HeaderClassName
{
color: #DCEE28;
}
.AnyTagClassName
{
color: #DCEE28;
}
</style>
background-color css
<style>
a { background-color: #DCEE28; }
a { background-color: rgb(220,238,40); }
div.DivClassName
{
background-color: #DCEE28;
}
.BgClassName
{
background-color: #DCEE28;
}
</style>
border-color css
<style>
span { border-color: #DCEE28; }
span { border-color: rgb(220,238,40); }
td.TdClassName
{
border-color: #DCEE28;
}
.TagClassName
{
border-color: #DCEE28;
}
</style>