Shades of Pear #DCEE31
Tints of Pear #DCEE31
RGB
CMYK
RGB Variations
Color information
#DCEE31 (or 0xDCEE31) is known color: Pear. HEX triplet: DC, EE and 31. RGB value is (220,238,49). Sum of RGB (Red+Green+Blue) = 220+238+49=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE31 is #2311CE. Grayscale: #D3D3D3. Windows color (decimal): -2298319 or 3272412. OLE color: 3272412.
HSL color Cylindrical-coordinate representation of color #DCEE31: hue angle of 65.71º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCEE31 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 49 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.07 |
| HSL | 65.71º | 0.85% | 0.56% | - |
| HSV(B) | 65.71º | 0.79% | 0.93% | - |
| XYZ | 60.64 | 76.59 | 14.49 | - |
| YUV | 211.07 | 36.54 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 49 | 0.08 | 0 | 0.79 | 0.07 | 65.71 | 0.85 | 0.56 |
| Hex | DC | EE | 31 | 8 | 0 | 4F | 7 | 42 | 55 | 38 |
| Octal | 334 | 356 | 61 | 10 | 0 | 117 | 7 | 102 | 125 | 70 |
| Binary | 11011100 | 11101110 | 110001 | 1000 | 0 | 1001111 | 111 | 1000010 | 1010101 | 111000 |
Color Harmonies of #DCEE31
Complementary color
Monochromatic Colors of #DCEE31
Black with #DCEE31
Text Example
Text Example
White with #DCEE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE31; }
p { color: rgb(220,238,49); }
H1.HeaderClassName
{
color: #DCEE31;
}
.AnyTagClassName
{
color: #DCEE31;
}
</style>
background-color css
<style>
a { background-color: #DCEE31; }
a { background-color: rgb(220,238,49); }
div.DivClassName
{
background-color: #DCEE31;
}
.BgClassName
{
background-color: #DCEE31;
}
</style>
border-color css
<style>
span { border-color: #DCEE31; }
span { border-color: rgb(220,238,49); }
td.TdClassName
{
border-color: #DCEE31;
}
.TagClassName
{
border-color: #DCEE31;
}
</style>