Shades of Pear #DCF531
Tints of Pear #DCF531
RGB
CMYK
RGB Variations
Color information
#DCF531 (or 0xDCF531) is known color: Pear. HEX triplet: DC, F5 and 31. RGB value is (220,245,49). Sum of RGB (Red+Green+Blue) = 220+245+49=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 49 (19.53% from 255 or 9.53% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF531 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF531 is #230ACE. Grayscale: #D7D7D7. Windows color (decimal): -2296527 or 3274204. OLE color: 3274204.
HSL color Cylindrical-coordinate representation of color #DCF531: hue angle of 67.65º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCF531 is Cyan = 0.10, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 49 | - |
| CMYK | 0.10 | 0 | 0.8 | 0.04 |
| HSL | 67.65º | 0.91% | 0.58% | - |
| HSV(B) | 67.65º | 0.8% | 0.96% | - |
| XYZ | 62.72 | 80.74 | 15.18 | - |
| YUV | 215.18 | 34.22 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 49 | 0.10 | 0 | 0.8 | 0.04 | 67.65 | 0.91 | 0.58 |
| Hex | DC | F5 | 31 | A | 0 | 50 | 4 | 44 | 5B | 3A |
| Octal | 334 | 365 | 61 | 12 | 0 | 120 | 4 | 104 | 133 | 72 |
| Binary | 11011100 | 11110101 | 110001 | 1010 | 0 | 1010000 | 100 | 1000100 | 1011011 | 111010 |
Color Harmonies of #DCF531
Complementary color
Monochromatic Colors of #DCF531
Black with #DCF531
Text Example
Text Example
White with #DCF531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF531; }
p { color: rgb(220,245,49); }
H1.HeaderClassName
{
color: #DCF531;
}
.AnyTagClassName
{
color: #DCF531;
}
</style>
background-color css
<style>
a { background-color: #DCF531; }
a { background-color: rgb(220,245,49); }
div.DivClassName
{
background-color: #DCF531;
}
.BgClassName
{
background-color: #DCF531;
}
</style>
border-color css
<style>
span { border-color: #DCF531; }
span { border-color: rgb(220,245,49); }
td.TdClassName
{
border-color: #DCF531;
}
.TagClassName
{
border-color: #DCF531;
}
</style>