Shades of Pear #DCEF3C
Tints of Pear #DCEF3C
RGB
CMYK
RGB Variations
Color information
#DCEF3C (or 0xDCEF3C) is known color: Pear. HEX triplet: DC, EF and 3C. RGB value is (220,239,60). Sum of RGB (Red+Green+Blue) = 220+239+60=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF3C is #2310C3. Grayscale: #D5D5D5. Windows color (decimal): -2298052 or 3993564. OLE color: 3993564.
HSL color Cylindrical-coordinate representation of color #DCEF3C: hue angle of 66.37º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCEF3C is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 60 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.06 |
| HSL | 66.37º | 0.85% | 0.59% | - |
| HSV(B) | 66.37º | 0.75% | 0.94% | - |
| XYZ | 61.2 | 77.27 | 15.97 | - |
| YUV | 212.91 | 41.71 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 60 | 0.08 | 0 | 0.75 | 0.06 | 66.37 | 0.85 | 0.59 |
| Hex | DC | EF | 3C | 8 | 0 | 4B | 6 | 42 | 55 | 3B |
| Octal | 334 | 357 | 74 | 10 | 0 | 113 | 6 | 102 | 125 | 73 |
| Binary | 11011100 | 11101111 | 111100 | 1000 | 0 | 1001011 | 110 | 1000010 | 1010101 | 111011 |
Color Harmonies of #DCEF3C
Complementary color
Monochromatic Colors of #DCEF3C
Black with #DCEF3C
Text Example
Text Example
White with #DCEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF3C; }
p { color: rgb(220,239,60); }
H1.HeaderClassName
{
color: #DCEF3C;
}
.AnyTagClassName
{
color: #DCEF3C;
}
</style>
background-color css
<style>
a { background-color: #DCEF3C; }
a { background-color: rgb(220,239,60); }
div.DivClassName
{
background-color: #DCEF3C;
}
.BgClassName
{
background-color: #DCEF3C;
}
</style>
border-color css
<style>
span { border-color: #DCEF3C; }
span { border-color: rgb(220,239,60); }
td.TdClassName
{
border-color: #DCEF3C;
}
.TagClassName
{
border-color: #DCEF3C;
}
</style>