Shades of Pear #DCFE31
Tints of Pear #DCFE31
RGB
CMYK
RGB Variations
Color information
#DCFE31 (or 0xDCFE31) is known color: Pear. HEX triplet: DC, FE and 31. RGB value is (220,254,49). Sum of RGB (Red+Green+Blue) = 220+254+49=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 49 (19.53% from 255 or 9.37% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE31 is #2301CE. Grayscale: #DDDDDD. Windows color (decimal): -2294223 or 3276508. OLE color: 3276508.
HSL color Cylindrical-coordinate representation of color #DCFE31: hue angle of 69.95º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCFE31 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 49 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.00 |
| HSL | 69.95º | 0.99% | 0.59% | - |
| HSV(B) | 69.95º | 0.81% | 1% | - |
| XYZ | 65.51 | 86.32 | 16.11 | - |
| YUV | 220.46 | 31.24 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 49 | 0.13 | 0 | 0.81 | 0.00 | 69.95 | 0.99 | 0.59 |
| Hex | DC | FE | 31 | D | 0 | 51 | 0 | 46 | 63 | 3B |
| Octal | 334 | 376 | 61 | 15 | 0 | 121 | 0 | 106 | 143 | 73 |
| Binary | 11011100 | 11111110 | 110001 | 1101 | 0 | 1010001 | 0 | 1000110 | 1100011 | 111011 |
Color Harmonies of #DCFE31
Complementary color
Monochromatic Colors of #DCFE31
Black with #DCFE31
Text Example
Text Example
White with #DCFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE31; }
p { color: rgb(220,254,49); }
H1.HeaderClassName
{
color: #DCFE31;
}
.AnyTagClassName
{
color: #DCFE31;
}
</style>
background-color css
<style>
a { background-color: #DCFE31; }
a { background-color: rgb(220,254,49); }
div.DivClassName
{
background-color: #DCFE31;
}
.BgClassName
{
background-color: #DCFE31;
}
</style>
border-color css
<style>
span { border-color: #DCFE31; }
span { border-color: rgb(220,254,49); }
td.TdClassName
{
border-color: #DCFE31;
}
.TagClassName
{
border-color: #DCFE31;
}
</style>