Shades of Pear #DCEF37
Tints of Pear #DCEF37
RGB
CMYK
RGB Variations
Color information
#DCEF37 (or 0xDCEF37) is known color: Pear. HEX triplet: DC, EF and 37. RGB value is (220,239,55). Sum of RGB (Red+Green+Blue) = 220+239+55=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 55 (21.88% from 255 or 10.70% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF37 is #2310C8. Grayscale: #D5D5D5. Windows color (decimal): -2298057 or 3665884. OLE color: 3665884.
HSL color Cylindrical-coordinate representation of color #DCEF37: hue angle of 66.2º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCEF37 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 55 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.06 |
| HSL | 66.2º | 0.85% | 0.58% | - |
| HSV(B) | 66.2º | 0.77% | 0.94% | - |
| XYZ | 61.07 | 77.22 | 15.3 | - |
| YUV | 212.34 | 39.21 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 55 | 0.08 | 0 | 0.77 | 0.06 | 66.2 | 0.85 | 0.58 |
| Hex | DC | EF | 37 | 8 | 0 | 4D | 6 | 42 | 55 | 3A |
| Octal | 334 | 357 | 67 | 10 | 0 | 115 | 6 | 102 | 125 | 72 |
| Binary | 11011100 | 11101111 | 110111 | 1000 | 0 | 1001101 | 110 | 1000010 | 1010101 | 111010 |
Color Harmonies of #DCEF37
Complementary color
Monochromatic Colors of #DCEF37
Black with #DCEF37
Text Example
Text Example
White with #DCEF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF37; }
p { color: rgb(220,239,55); }
H1.HeaderClassName
{
color: #DCEF37;
}
.AnyTagClassName
{
color: #DCEF37;
}
</style>
background-color css
<style>
a { background-color: #DCEF37; }
a { background-color: rgb(220,239,55); }
div.DivClassName
{
background-color: #DCEF37;
}
.BgClassName
{
background-color: #DCEF37;
}
</style>
border-color css
<style>
span { border-color: #DCEF37; }
span { border-color: rgb(220,239,55); }
td.TdClassName
{
border-color: #DCEF37;
}
.TagClassName
{
border-color: #DCEF37;
}
</style>