Shades of Pear #DCEF3D
Tints of Pear #DCEF3D
RGB
CMYK
RGB Variations
Color information
#DCEF3D (or 0xDCEF3D) is known color: Pear. HEX triplet: DC, EF and 3D. RGB value is (220,239,61). Sum of RGB (Red+Green+Blue) = 220+239+61=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 61 (24.22% from 255 or 11.73% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF3D is #2310C2. Grayscale: #D5D5D5. Windows color (decimal): -2298051 or 4059100. OLE color: 4059100.
HSL color Cylindrical-coordinate representation of color #DCEF3D: hue angle of 66.4º 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 #DCEF3D is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 61 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.06 |
| HSL | 66.4º | 0.85% | 0.59% | - |
| HSV(B) | 66.4º | 0.74% | 0.94% | - |
| XYZ | 61.22 | 77.29 | 16.11 | - |
| YUV | 213.03 | 42.21 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 61 | 0.08 | 0 | 0.74 | 0.06 | 66.4 | 0.85 | 0.59 |
| Hex | DC | EF | 3D | 8 | 0 | 4A | 6 | 42 | 55 | 3B |
| Octal | 334 | 357 | 75 | 10 | 0 | 112 | 6 | 102 | 125 | 73 |
| Binary | 11011100 | 11101111 | 111101 | 1000 | 0 | 1001010 | 110 | 1000010 | 1010101 | 111011 |
Color Harmonies of #DCEF3D
Complementary color
Monochromatic Colors of #DCEF3D
Black with #DCEF3D
Text Example
Text Example
White with #DCEF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF3D; }
p { color: rgb(220,239,61); }
H1.HeaderClassName
{
color: #DCEF3D;
}
.AnyTagClassName
{
color: #DCEF3D;
}
</style>
background-color css
<style>
a { background-color: #DCEF3D; }
a { background-color: rgb(220,239,61); }
div.DivClassName
{
background-color: #DCEF3D;
}
.BgClassName
{
background-color: #DCEF3D;
}
</style>
border-color css
<style>
span { border-color: #DCEF3D; }
span { border-color: rgb(220,239,61); }
td.TdClassName
{
border-color: #DCEF3D;
}
.TagClassName
{
border-color: #DCEF3D;
}
</style>