Shades of Pear #DCEE22
Tints of Pear #DCEE22
RGB
CMYK
RGB Variations
Color information
#DCEE22 (or 0xDCEE22) is known color: Pear. HEX triplet: DC, EE and 22. RGB value is (220,238,34). Sum of RGB (Red+Green+Blue) = 220+238+34=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 34 (13.67% from 255 or 6.91% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE22 is #2311DD. Grayscale: #D2D2D2. Windows color (decimal): -2298334 or 2289372. OLE color: 2289372.
HSL color Cylindrical-coordinate representation of color #DCEE22: hue angle of 65.29º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCEE22 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 34 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.07 |
| HSL | 65.29º | 0.86% | 0.53% | - |
| HSV(B) | 65.29º | 0.86% | 0.93% | - |
| XYZ | 60.38 | 76.48 | 13.09 | - |
| YUV | 209.36 | 29.04 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 34 | 0.08 | 0 | 0.86 | 0.07 | 65.29 | 0.86 | 0.53 |
| Hex | DC | EE | 22 | 8 | 0 | 56 | 7 | 41 | 56 | 35 |
| Octal | 334 | 356 | 42 | 10 | 0 | 126 | 7 | 101 | 126 | 65 |
| Binary | 11011100 | 11101110 | 100010 | 1000 | 0 | 1010110 | 111 | 1000001 | 1010110 | 110101 |
Color Harmonies of #DCEE22
Complementary color
Monochromatic Colors of #DCEE22
Black with #DCEE22
Text Example
Text Example
White with #DCEE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE22; }
p { color: rgb(220,238,34); }
H1.HeaderClassName
{
color: #DCEE22;
}
.AnyTagClassName
{
color: #DCEE22;
}
</style>
background-color css
<style>
a { background-color: #DCEE22; }
a { background-color: rgb(220,238,34); }
div.DivClassName
{
background-color: #DCEE22;
}
.BgClassName
{
background-color: #DCEE22;
}
</style>
border-color css
<style>
span { border-color: #DCEE22; }
span { border-color: rgb(220,238,34); }
td.TdClassName
{
border-color: #DCEE22;
}
.TagClassName
{
border-color: #DCEE22;
}
</style>