Shades of Pear #DCF932
Tints of Pear #DCF932
RGB
CMYK
RGB Variations
Color information
#DCF932 (or 0xDCF932) is known color: Pear. HEX triplet: DC, F9 and 32. RGB value is (220,249,50). Sum of RGB (Red+Green+Blue) = 220+249+50=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 50 (19.92% from 255 or 9.63% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF932 is #2306CD. Grayscale: #DADADA. Windows color (decimal): -2295502 or 3340764. OLE color: 3340764.
HSL color Cylindrical-coordinate representation of color #DCF932: hue angle of 68.74º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCF932 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 50 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.02 |
| HSL | 68.74º | 0.94% | 0.59% | - |
| HSV(B) | 68.74º | 0.8% | 0.98% | - |
| XYZ | 63.97 | 83.2 | 15.7 | - |
| YUV | 217.64 | 33.39 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 50 | 0.12 | 0 | 0.80 | 0.02 | 68.74 | 0.94 | 0.59 |
| Hex | DC | F9 | 32 | C | 0 | 50 | 2 | 45 | 5E | 3B |
| Octal | 334 | 371 | 62 | 14 | 0 | 120 | 2 | 105 | 136 | 73 |
| Binary | 11011100 | 11111001 | 110010 | 1100 | 0 | 1010000 | 10 | 1000101 | 1011110 | 111011 |
Color Harmonies of #DCF932
Complementary color
Monochromatic Colors of #DCF932
Black with #DCF932
Text Example
Text Example
White with #DCF932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF932; }
p { color: rgb(220,249,50); }
H1.HeaderClassName
{
color: #DCF932;
}
.AnyTagClassName
{
color: #DCF932;
}
</style>
background-color css
<style>
a { background-color: #DCF932; }
a { background-color: rgb(220,249,50); }
div.DivClassName
{
background-color: #DCF932;
}
.BgClassName
{
background-color: #DCF932;
}
</style>
border-color css
<style>
span { border-color: #DCF932; }
span { border-color: rgb(220,249,50); }
td.TdClassName
{
border-color: #DCF932;
}
.TagClassName
{
border-color: #DCF932;
}
</style>