Shades of Pear #DCEE32
Tints of Pear #DCEE32
RGB
CMYK
RGB Variations
Color information
#DCEE32 (or 0xDCEE32) is known color: Pear. HEX triplet: DC, EE and 32. RGB value is (220,238,50). Sum of RGB (Red+Green+Blue) = 220+238+50=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE32 is #2311CD. Grayscale: #D3D3D3. Windows color (decimal): -2298318 or 3337948. OLE color: 3337948.
HSL color Cylindrical-coordinate representation of color #DCEE32: hue angle of 65.74º 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 #DCEE32 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 50 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.07 |
| HSL | 65.74º | 0.85% | 0.56% | - |
| HSV(B) | 65.74º | 0.79% | 0.93% | - |
| XYZ | 60.67 | 76.6 | 14.6 | - |
| YUV | 211.19 | 37.04 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 50 | 0.08 | 0 | 0.79 | 0.07 | 65.74 | 0.85 | 0.56 |
| Hex | DC | EE | 32 | 8 | 0 | 4F | 7 | 42 | 55 | 38 |
| Octal | 334 | 356 | 62 | 10 | 0 | 117 | 7 | 102 | 125 | 70 |
| Binary | 11011100 | 11101110 | 110010 | 1000 | 0 | 1001111 | 111 | 1000010 | 1010101 | 111000 |
Color Harmonies of #DCEE32
Complementary color
Monochromatic Colors of #DCEE32
Black with #DCEE32
Text Example
Text Example
White with #DCEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE32; }
p { color: rgb(220,238,50); }
H1.HeaderClassName
{
color: #DCEE32;
}
.AnyTagClassName
{
color: #DCEE32;
}
</style>
background-color css
<style>
a { background-color: #DCEE32; }
a { background-color: rgb(220,238,50); }
div.DivClassName
{
background-color: #DCEE32;
}
.BgClassName
{
background-color: #DCEE32;
}
</style>
border-color css
<style>
span { border-color: #DCEE32; }
span { border-color: rgb(220,238,50); }
td.TdClassName
{
border-color: #DCEE32;
}
.TagClassName
{
border-color: #DCEE32;
}
</style>