Shades of Pear #DCFE39
Tints of Pear #DCFE39
RGB
CMYK
RGB Variations
Color information
#DCFE39 (or 0xDCFE39) is known color: Pear. HEX triplet: DC, FE and 39. RGB value is (220,254,57). Sum of RGB (Red+Green+Blue) = 220+254+57=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 57 (22.66% from 255 or 10.73% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE39 is #2301C6. Grayscale: #DEDEDE. Windows color (decimal): -2294215 or 3800796. OLE color: 3800796.
HSL color Cylindrical-coordinate representation of color #DCFE39: hue angle of 70.36º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCFE39 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 57 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.00 |
| HSL | 70.36º | 0.99% | 0.61% | - |
| HSV(B) | 70.36º | 0.78% | 1% | - |
| XYZ | 65.7 | 86.39 | 17.08 | - |
| YUV | 221.38 | 35.24 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 57 | 0.13 | 0 | 0.78 | 0.00 | 70.36 | 0.99 | 0.61 |
| Hex | DC | FE | 39 | D | 0 | 4E | 0 | 46 | 63 | 3D |
| Octal | 334 | 376 | 71 | 15 | 0 | 116 | 0 | 106 | 143 | 75 |
| Binary | 11011100 | 11111110 | 111001 | 1101 | 0 | 1001110 | 0 | 1000110 | 1100011 | 111101 |
Color Harmonies of #DCFE39
Complementary color
Monochromatic Colors of #DCFE39
Black with #DCFE39
Text Example
Text Example
White with #DCFE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE39; }
p { color: rgb(220,254,57); }
H1.HeaderClassName
{
color: #DCFE39;
}
.AnyTagClassName
{
color: #DCFE39;
}
</style>
background-color css
<style>
a { background-color: #DCFE39; }
a { background-color: rgb(220,254,57); }
div.DivClassName
{
background-color: #DCFE39;
}
.BgClassName
{
background-color: #DCFE39;
}
</style>
border-color css
<style>
span { border-color: #DCFE39; }
span { border-color: rgb(220,254,57); }
td.TdClassName
{
border-color: #DCFE39;
}
.TagClassName
{
border-color: #DCFE39;
}
</style>