Shades of Pear #DCEF20
Tints of Pear #DCEF20
RGB
CMYK
RGB Variations
Color information
#DCEF20 (or 0xDCEF20) is known color: Pear. HEX triplet: DC, EF and 20. RGB value is (220,239,32). Sum of RGB (Red+Green+Blue) = 220+239+32=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 32 (12.89% from 255 or 6.52% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF20 is #2310DF. Grayscale: #D2D2D2. Windows color (decimal): -2298080 or 2158556. OLE color: 2158556.
HSL color Cylindrical-coordinate representation of color #DCEF20: hue angle of 65.51º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCEF20 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 32 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.06 |
| HSL | 65.51º | 0.87% | 0.53% | - |
| HSV(B) | 65.51º | 0.87% | 0.94% | - |
| XYZ | 60.64 | 77.05 | 13.04 | - |
| YUV | 209.72 | 27.71 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 32 | 0.08 | 0 | 0.87 | 0.06 | 65.51 | 0.87 | 0.53 |
| Hex | DC | EF | 20 | 8 | 0 | 57 | 6 | 42 | 57 | 35 |
| Octal | 334 | 357 | 40 | 10 | 0 | 127 | 6 | 102 | 127 | 65 |
| Binary | 11011100 | 11101111 | 100000 | 1000 | 0 | 1010111 | 110 | 1000010 | 1010111 | 110101 |
Color Harmonies of #DCEF20
Complementary color
Monochromatic Colors of #DCEF20
Black with #DCEF20
Text Example
Text Example
White with #DCEF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF20; }
p { color: rgb(220,239,32); }
H1.HeaderClassName
{
color: #DCEF20;
}
.AnyTagClassName
{
color: #DCEF20;
}
</style>
background-color css
<style>
a { background-color: #DCEF20; }
a { background-color: rgb(220,239,32); }
div.DivClassName
{
background-color: #DCEF20;
}
.BgClassName
{
background-color: #DCEF20;
}
</style>
border-color css
<style>
span { border-color: #DCEF20; }
span { border-color: rgb(220,239,32); }
td.TdClassName
{
border-color: #DCEF20;
}
.TagClassName
{
border-color: #DCEF20;
}
</style>