Shades of Pear #DCFF31
Tints of Pear #DCFF31
RGB
CMYK
RGB Variations
Color information
#DCFF31 (or 0xDCFF31) is known color: Pear. HEX triplet: DC, FF and 31. RGB value is (220,255,49). Sum of RGB (Red+Green+Blue) = 220+255+49=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 49 (19.53% from 255 or 9.35% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF31 is #2300CE. Grayscale: #DDDDDD. Windows color (decimal): -2293967 or 3276764. OLE color: 3276764.
HSL color Cylindrical-coordinate representation of color #DCFF31: hue angle of 70.19º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCFF31 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 49 | - |
| CMYK | 0.14 | 0 | 0.81 | 0 |
| HSL | 70.19º | 1% | 0.6% | - |
| HSV(B) | 70.19º | 0.81% | 1% | - |
| XYZ | 65.83 | 86.96 | 16.22 | - |
| YUV | 221.05 | 30.9 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 49 | 0.14 | 0 | 0.81 | 0 | 70.19 | 1 | 0.6 |
| Hex | DC | FF | 31 | E | 0 | 51 | 0 | 46 | 64 | 3C |
| Octal | 334 | 377 | 61 | 16 | 0 | 121 | 0 | 106 | 144 | 74 |
| Binary | 11011100 | 11111111 | 110001 | 1110 | 0 | 1010001 | 0 | 1000110 | 1100100 | 111100 |
Color Harmonies of #DCFF31
Complementary color
Monochromatic Colors of #DCFF31
Black with #DCFF31
Text Example
Text Example
White with #DCFF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF31; }
p { color: rgb(220,255,49); }
H1.HeaderClassName
{
color: #DCFF31;
}
.AnyTagClassName
{
color: #DCFF31;
}
</style>
background-color css
<style>
a { background-color: #DCFF31; }
a { background-color: rgb(220,255,49); }
div.DivClassName
{
background-color: #DCFF31;
}
.BgClassName
{
background-color: #DCFF31;
}
</style>
border-color css
<style>
span { border-color: #DCFF31; }
span { border-color: rgb(220,255,49); }
td.TdClassName
{
border-color: #DCFF31;
}
.TagClassName
{
border-color: #DCFF31;
}
</style>