Shades of Pear #DCFC39
Tints of Pear #DCFC39
RGB
CMYK
RGB Variations
Color information
#DCFC39 (or 0xDCFC39) is known color: Pear. HEX triplet: DC, FC and 39. RGB value is (220,252,57). Sum of RGB (Red+Green+Blue) = 220+252+57=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 57 (22.66% from 255 or 10.78% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC39 is #2303C6. Grayscale: #DCDCDC. Windows color (decimal): -2294727 or 3800284. OLE color: 3800284.
HSL color Cylindrical-coordinate representation of color #DCFC39: hue angle of 69.85º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCFC39 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 57 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.01 |
| HSL | 69.85º | 0.97% | 0.61% | - |
| HSV(B) | 69.85º | 0.77% | 0.99% | - |
| XYZ | 65.06 | 85.13 | 16.87 | - |
| YUV | 220.2 | 35.9 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 57 | 0.13 | 0 | 0.77 | 0.01 | 69.85 | 0.97 | 0.61 |
| Hex | DC | FC | 39 | D | 0 | 4D | 1 | 46 | 61 | 3D |
| Octal | 334 | 374 | 71 | 15 | 0 | 115 | 1 | 106 | 141 | 75 |
| Binary | 11011100 | 11111100 | 111001 | 1101 | 0 | 1001101 | 1 | 1000110 | 1100001 | 111101 |
Color Harmonies of #DCFC39
Complementary color
Monochromatic Colors of #DCFC39
Black with #DCFC39
Text Example
Text Example
White with #DCFC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC39; }
p { color: rgb(220,252,57); }
H1.HeaderClassName
{
color: #DCFC39;
}
.AnyTagClassName
{
color: #DCFC39;
}
</style>
background-color css
<style>
a { background-color: #DCFC39; }
a { background-color: rgb(220,252,57); }
div.DivClassName
{
background-color: #DCFC39;
}
.BgClassName
{
background-color: #DCFC39;
}
</style>
border-color css
<style>
span { border-color: #DCFC39; }
span { border-color: rgb(220,252,57); }
td.TdClassName
{
border-color: #DCFC39;
}
.TagClassName
{
border-color: #DCFC39;
}
</style>