Shades of Pear #DCFF39
Tints of Pear #DCFF39
RGB
CMYK
RGB Variations
Color information
#DCFF39 (or 0xDCFF39) is known color: Pear. HEX triplet: DC, FF and 39. RGB value is (220,255,57). Sum of RGB (Red+Green+Blue) = 220+255+57=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 57 (22.66% from 255 or 10.71% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF39 is #2300C6. Grayscale: #DEDEDE. Windows color (decimal): -2293959 or 3801052. OLE color: 3801052.
HSL color Cylindrical-coordinate representation of color #DCFF39: hue angle of 70.61º 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 #DCFF39 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 57 | - |
| CMYK | 0.14 | 0 | 0.78 | 0 |
| HSL | 70.61º | 1% | 0.61% | - |
| HSV(B) | 70.61º | 0.78% | 1% | - |
| XYZ | 66.01 | 87.03 | 17.19 | - |
| YUV | 221.96 | 34.9 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 57 | 0.14 | 0 | 0.78 | 0 | 70.61 | 1 | 0.61 |
| Hex | DC | FF | 39 | E | 0 | 4E | 0 | 47 | 64 | 3D |
| Octal | 334 | 377 | 71 | 16 | 0 | 116 | 0 | 107 | 144 | 75 |
| Binary | 11011100 | 11111111 | 111001 | 1110 | 0 | 1001110 | 0 | 1000111 | 1100100 | 111101 |
Color Harmonies of #DCFF39
Complementary color
Monochromatic Colors of #DCFF39
Black with #DCFF39
Text Example
Text Example
White with #DCFF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF39; }
p { color: rgb(220,255,57); }
H1.HeaderClassName
{
color: #DCFF39;
}
.AnyTagClassName
{
color: #DCFF39;
}
</style>
background-color css
<style>
a { background-color: #DCFF39; }
a { background-color: rgb(220,255,57); }
div.DivClassName
{
background-color: #DCFF39;
}
.BgClassName
{
background-color: #DCFF39;
}
</style>
border-color css
<style>
span { border-color: #DCFF39; }
span { border-color: rgb(220,255,57); }
td.TdClassName
{
border-color: #DCFF39;
}
.TagClassName
{
border-color: #DCFF39;
}
</style>