Shades of Pear #DCEF3F
Tints of Pear #DCEF3F
RGB
CMYK
RGB Variations
Color information
#DCEF3F (or 0xDCEF3F) is known color: Pear. HEX triplet: DC, EF and 3F. RGB value is (220,239,63). Sum of RGB (Red+Green+Blue) = 220+239+63=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF3F is #2310C0. Grayscale: #D5D5D5. Windows color (decimal): -2298049 or 4190172. OLE color: 4190172.
HSL color Cylindrical-coordinate representation of color #DCEF3F: hue angle of 66.48º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCEF3F is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 63 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.06 |
| HSL | 66.48º | 0.85% | 0.59% | - |
| HSV(B) | 66.48º | 0.74% | 0.94% | - |
| XYZ | 61.28 | 77.31 | 16.39 | - |
| YUV | 213.26 | 43.21 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 63 | 0.08 | 0 | 0.74 | 0.06 | 66.48 | 0.85 | 0.59 |
| Hex | DC | EF | 3F | 8 | 0 | 4A | 6 | 42 | 55 | 3B |
| Octal | 334 | 357 | 77 | 10 | 0 | 112 | 6 | 102 | 125 | 73 |
| Binary | 11011100 | 11101111 | 111111 | 1000 | 0 | 1001010 | 110 | 1000010 | 1010101 | 111011 |
Color Harmonies of #DCEF3F
Complementary color
Monochromatic Colors of #DCEF3F
Black with #DCEF3F
Text Example
Text Example
White with #DCEF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF3F; }
p { color: rgb(220,239,63); }
H1.HeaderClassName
{
color: #DCEF3F;
}
.AnyTagClassName
{
color: #DCEF3F;
}
</style>
background-color css
<style>
a { background-color: #DCEF3F; }
a { background-color: rgb(220,239,63); }
div.DivClassName
{
background-color: #DCEF3F;
}
.BgClassName
{
background-color: #DCEF3F;
}
</style>
border-color css
<style>
span { border-color: #DCEF3F; }
span { border-color: rgb(220,239,63); }
td.TdClassName
{
border-color: #DCEF3F;
}
.TagClassName
{
border-color: #DCEF3F;
}
</style>