Shades of Pear #DCEE23
Tints of Pear #DCEE23
RGB
CMYK
RGB Variations
Color information
#DCEE23 (or 0xDCEE23) is known color: Pear. HEX triplet: DC, EE and 23. RGB value is (220,238,35). Sum of RGB (Red+Green+Blue) = 220+238+35=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 35 (14.06% from 255 or 7.10% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE23 is #2311DC. Grayscale: #D2D2D2. Windows color (decimal): -2298333 or 2354908. OLE color: 2354908.
HSL color Cylindrical-coordinate representation of color #DCEE23: hue angle of 65.32º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCEE23 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 35 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.07 |
| HSL | 65.32º | 0.86% | 0.54% | - |
| HSV(B) | 65.32º | 0.85% | 0.93% | - |
| XYZ | 60.39 | 76.49 | 13.17 | - |
| YUV | 209.48 | 29.54 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 35 | 0.08 | 0 | 0.85 | 0.07 | 65.32 | 0.86 | 0.54 |
| Hex | DC | EE | 23 | 8 | 0 | 55 | 7 | 41 | 56 | 36 |
| Octal | 334 | 356 | 43 | 10 | 0 | 125 | 7 | 101 | 126 | 66 |
| Binary | 11011100 | 11101110 | 100011 | 1000 | 0 | 1010101 | 111 | 1000001 | 1010110 | 110110 |
Color Harmonies of #DCEE23
Complementary color
Monochromatic Colors of #DCEE23
Black with #DCEE23
Text Example
Text Example
White with #DCEE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE23; }
p { color: rgb(220,238,35); }
H1.HeaderClassName
{
color: #DCEE23;
}
.AnyTagClassName
{
color: #DCEE23;
}
</style>
background-color css
<style>
a { background-color: #DCEE23; }
a { background-color: rgb(220,238,35); }
div.DivClassName
{
background-color: #DCEE23;
}
.BgClassName
{
background-color: #DCEE23;
}
</style>
border-color css
<style>
span { border-color: #DCEE23; }
span { border-color: rgb(220,238,35); }
td.TdClassName
{
border-color: #DCEE23;
}
.TagClassName
{
border-color: #DCEE23;
}
</style>