Shades of Pear #DCEF1D
Tints of Pear #DCEF1D
RGB
CMYK
RGB Variations
Color information
#DCEF1D (or 0xDCEF1D) is known color: Pear. HEX triplet: DC, EF and 1D. RGB value is (220,239,29). Sum of RGB (Red+Green+Blue) = 220+239+29=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF1D is #2310E2. Grayscale: #D2D2D2. Windows color (decimal): -2298083 or 1961948. OLE color: 1961948.
HSL color Cylindrical-coordinate representation of color #DCEF1D: hue angle of 65.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCEF1D is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 29 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.06 |
| HSL | 65.43º | 0.87% | 0.53% | - |
| HSV(B) | 65.43º | 0.88% | 0.94% | - |
| XYZ | 60.6 | 77.04 | 12.84 | - |
| YUV | 209.38 | 26.21 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 29 | 0.08 | 0 | 0.88 | 0.06 | 65.43 | 0.87 | 0.53 |
| Hex | DC | EF | 1D | 8 | 0 | 58 | 6 | 41 | 57 | 35 |
| Octal | 334 | 357 | 35 | 10 | 0 | 130 | 6 | 101 | 127 | 65 |
| Binary | 11011100 | 11101111 | 11101 | 1000 | 0 | 1011000 | 110 | 1000001 | 1010111 | 110101 |
Color Harmonies of #DCEF1D
Complementary color
Monochromatic Colors of #DCEF1D
Black with #DCEF1D
Text Example
Text Example
White with #DCEF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF1D; }
p { color: rgb(220,239,29); }
H1.HeaderClassName
{
color: #DCEF1D;
}
.AnyTagClassName
{
color: #DCEF1D;
}
</style>
background-color css
<style>
a { background-color: #DCEF1D; }
a { background-color: rgb(220,239,29); }
div.DivClassName
{
background-color: #DCEF1D;
}
.BgClassName
{
background-color: #DCEF1D;
}
</style>
border-color css
<style>
span { border-color: #DCEF1D; }
span { border-color: rgb(220,239,29); }
td.TdClassName
{
border-color: #DCEF1D;
}
.TagClassName
{
border-color: #DCEF1D;
}
</style>