Shades of Pear #DCF038
Tints of Pear #DCF038
RGB
CMYK
RGB Variations
Color information
#DCF038 (or 0xDCF038) is known color: Pear. HEX triplet: DC, F0 and 38. RGB value is (220,240,56). Sum of RGB (Red+Green+Blue) = 220+240+56=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 56 (22.27% from 255 or 10.85% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF038 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF038 is #230FC7. Grayscale: #D5D5D5. Windows color (decimal): -2297800 or 3731676. OLE color: 3731676.
HSL color Cylindrical-coordinate representation of color #DCF038: hue angle of 66.52º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCF038 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 56 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.06 |
| HSL | 66.52º | 0.86% | 0.58% | - |
| HSV(B) | 66.52º | 0.77% | 0.94% | - |
| XYZ | 61.39 | 77.82 | 15.53 | - |
| YUV | 213.04 | 39.37 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 56 | 0.08 | 0 | 0.77 | 0.06 | 66.52 | 0.86 | 0.58 |
| Hex | DC | F0 | 38 | 8 | 0 | 4D | 6 | 43 | 56 | 3A |
| Octal | 334 | 360 | 70 | 10 | 0 | 115 | 6 | 103 | 126 | 72 |
| Binary | 11011100 | 11110000 | 111000 | 1000 | 0 | 1001101 | 110 | 1000011 | 1010110 | 111010 |
Color Harmonies of #DCF038
Complementary color
Monochromatic Colors of #DCF038
Black with #DCF038
Text Example
Text Example
White with #DCF038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF038; }
p { color: rgb(220,240,56); }
H1.HeaderClassName
{
color: #DCF038;
}
.AnyTagClassName
{
color: #DCF038;
}
</style>
background-color css
<style>
a { background-color: #DCF038; }
a { background-color: rgb(220,240,56); }
div.DivClassName
{
background-color: #DCF038;
}
.BgClassName
{
background-color: #DCF038;
}
</style>
border-color css
<style>
span { border-color: #DCF038; }
span { border-color: rgb(220,240,56); }
td.TdClassName
{
border-color: #DCF038;
}
.TagClassName
{
border-color: #DCF038;
}
</style>