Shades of Pear #DCEF2C
Tints of Pear #DCEF2C
RGB
CMYK
RGB Variations
Color information
#DCEF2C (or 0xDCEF2C) is known color: Pear. HEX triplet: DC, EF and 2C. RGB value is (220,239,44). Sum of RGB (Red+Green+Blue) = 220+239+44=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 44 (17.58% from 255 or 8.75% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF2C is #2310D3. Grayscale: #D3D3D3. Windows color (decimal): -2298068 or 2944988. OLE color: 2944988.
HSL color Cylindrical-coordinate representation of color #DCEF2C: hue angle of 65.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCEF2C is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 44 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.06 |
| HSL | 65.85º | 0.86% | 0.55% | - |
| HSV(B) | 65.85º | 0.82% | 0.94% | - |
| XYZ | 60.84 | 77.13 | 14.06 | - |
| YUV | 211.09 | 33.71 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 44 | 0.08 | 0 | 0.82 | 0.06 | 65.85 | 0.86 | 0.55 |
| Hex | DC | EF | 2C | 8 | 0 | 52 | 6 | 42 | 56 | 37 |
| Octal | 334 | 357 | 54 | 10 | 0 | 122 | 6 | 102 | 126 | 67 |
| Binary | 11011100 | 11101111 | 101100 | 1000 | 0 | 1010010 | 110 | 1000010 | 1010110 | 110111 |
Color Harmonies of #DCEF2C
Complementary color
Monochromatic Colors of #DCEF2C
Black with #DCEF2C
Text Example
Text Example
White with #DCEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF2C; }
p { color: rgb(220,239,44); }
H1.HeaderClassName
{
color: #DCEF2C;
}
.AnyTagClassName
{
color: #DCEF2C;
}
</style>
background-color css
<style>
a { background-color: #DCEF2C; }
a { background-color: rgb(220,239,44); }
div.DivClassName
{
background-color: #DCEF2C;
}
.BgClassName
{
background-color: #DCEF2C;
}
</style>
border-color css
<style>
span { border-color: #DCEF2C; }
span { border-color: rgb(220,239,44); }
td.TdClassName
{
border-color: #DCEF2C;
}
.TagClassName
{
border-color: #DCEF2C;
}
</style>