Shades of Pear #DCEE3F
Tints of Pear #DCEE3F
RGB
CMYK
RGB Variations
Color information
#DCEE3F (or 0xDCEE3F) is known color: Pear. HEX triplet: DC, EE and 3F. RGB value is (220,238,63). Sum of RGB (Red+Green+Blue) = 220+238+63=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE3F is #2311C0. Grayscale: #D5D5D5. Windows color (decimal): -2298305 or 4189916. OLE color: 4189916.
HSL color Cylindrical-coordinate representation of color #DCEE3F: hue angle of 66.17º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCEE3F is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 63 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.07 |
| HSL | 66.17º | 0.84% | 0.59% | - |
| HSV(B) | 66.17º | 0.74% | 0.93% | - |
| XYZ | 60.99 | 76.72 | 16.3 | - |
| YUV | 212.67 | 43.54 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 63 | 0.08 | 0 | 0.74 | 0.07 | 66.17 | 0.84 | 0.59 |
| Hex | DC | EE | 3F | 8 | 0 | 4A | 7 | 42 | 54 | 3B |
| Octal | 334 | 356 | 77 | 10 | 0 | 112 | 7 | 102 | 124 | 73 |
| Binary | 11011100 | 11101110 | 111111 | 1000 | 0 | 1001010 | 111 | 1000010 | 1010100 | 111011 |
Color Harmonies of #DCEE3F
Complementary color
Monochromatic Colors of #DCEE3F
Black with #DCEE3F
Text Example
Text Example
White with #DCEE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE3F; }
p { color: rgb(220,238,63); }
H1.HeaderClassName
{
color: #DCEE3F;
}
.AnyTagClassName
{
color: #DCEE3F;
}
</style>
background-color css
<style>
a { background-color: #DCEE3F; }
a { background-color: rgb(220,238,63); }
div.DivClassName
{
background-color: #DCEE3F;
}
.BgClassName
{
background-color: #DCEE3F;
}
</style>
border-color css
<style>
span { border-color: #DCEE3F; }
span { border-color: rgb(220,238,63); }
td.TdClassName
{
border-color: #DCEE3F;
}
.TagClassName
{
border-color: #DCEE3F;
}
</style>