Shades of Pear #DCFF37
Tints of Pear #DCFF37
RGB
CMYK
RGB Variations
Color information
#DCFF37 (or 0xDCFF37) is known color: Pear. HEX triplet: DC, FF and 37. RGB value is (220,255,55). Sum of RGB (Red+Green+Blue) = 220+255+55=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 55 (21.88% from 255 or 10.38% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF37 is #2300C8. Grayscale: #DEDEDE. Windows color (decimal): -2293961 or 3669980. OLE color: 3669980.
HSL color Cylindrical-coordinate representation of color #DCFF37: hue angle of 70.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCFF37 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 55 | - |
| CMYK | 0.14 | 0 | 0.78 | 0 |
| HSL | 70.5º | 1% | 0.61% | - |
| HSV(B) | 70.5º | 0.78% | 1% | - |
| XYZ | 65.96 | 87.01 | 16.93 | - |
| YUV | 221.74 | 33.9 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 55 | 0.14 | 0 | 0.78 | 0 | 70.5 | 1 | 0.61 |
| Hex | DC | FF | 37 | E | 0 | 4E | 0 | 46 | 64 | 3D |
| Octal | 334 | 377 | 67 | 16 | 0 | 116 | 0 | 106 | 144 | 75 |
| Binary | 11011100 | 11111111 | 110111 | 1110 | 0 | 1001110 | 0 | 1000110 | 1100100 | 111101 |
Color Harmonies of #DCFF37
Complementary color
Monochromatic Colors of #DCFF37
Black with #DCFF37
Text Example
Text Example
White with #DCFF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF37; }
p { color: rgb(220,255,55); }
H1.HeaderClassName
{
color: #DCFF37;
}
.AnyTagClassName
{
color: #DCFF37;
}
</style>
background-color css
<style>
a { background-color: #DCFF37; }
a { background-color: rgb(220,255,55); }
div.DivClassName
{
background-color: #DCFF37;
}
.BgClassName
{
background-color: #DCFF37;
}
</style>
border-color css
<style>
span { border-color: #DCFF37; }
span { border-color: rgb(220,255,55); }
td.TdClassName
{
border-color: #DCFF37;
}
.TagClassName
{
border-color: #DCFF37;
}
</style>