Shades of Pear #DCF03A
Tints of Pear #DCF03A
RGB
CMYK
RGB Variations
Color information
#DCF03A (or 0xDCF03A) is known color: Pear. HEX triplet: DC, F0 and 3A. RGB value is (220,240,58). Sum of RGB (Red+Green+Blue) = 220+240+58=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF03A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF03A is #230FC5. Grayscale: #D5D5D5. Windows color (decimal): -2297798 or 3862748. OLE color: 3862748.
HSL color Cylindrical-coordinate representation of color #DCF03A: hue angle of 66.59º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCF03A is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 58 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.06 |
| HSL | 66.59º | 0.86% | 0.58% | - |
| HSV(B) | 66.59º | 0.76% | 0.94% | - |
| XYZ | 61.44 | 77.84 | 15.79 | - |
| YUV | 213.27 | 40.37 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 58 | 0.08 | 0 | 0.76 | 0.06 | 66.59 | 0.86 | 0.58 |
| Hex | DC | F0 | 3A | 8 | 0 | 4C | 6 | 43 | 56 | 3A |
| Octal | 334 | 360 | 72 | 10 | 0 | 114 | 6 | 103 | 126 | 72 |
| Binary | 11011100 | 11110000 | 111010 | 1000 | 0 | 1001100 | 110 | 1000011 | 1010110 | 111010 |
Color Harmonies of #DCF03A
Complementary color
Monochromatic Colors of #DCF03A
Black with #DCF03A
Text Example
Text Example
White with #DCF03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF03A; }
p { color: rgb(220,240,58); }
H1.HeaderClassName
{
color: #DCF03A;
}
.AnyTagClassName
{
color: #DCF03A;
}
</style>
background-color css
<style>
a { background-color: #DCF03A; }
a { background-color: rgb(220,240,58); }
div.DivClassName
{
background-color: #DCF03A;
}
.BgClassName
{
background-color: #DCF03A;
}
</style>
border-color css
<style>
span { border-color: #DCF03A; }
span { border-color: rgb(220,240,58); }
td.TdClassName
{
border-color: #DCF03A;
}
.TagClassName
{
border-color: #DCF03A;
}
</style>