Shades of Pear #DCFA31
Tints of Pear #DCFA31
RGB
CMYK
RGB Variations
Color information
#DCFA31 (or 0xDCFA31) is known color: Pear. HEX triplet: DC, FA and 31. RGB value is (220,250,49). Sum of RGB (Red+Green+Blue) = 220+250+49=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 49 (19.53% from 255 or 9.44% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFA31 is #2305CE. Grayscale: #DADADA. Windows color (decimal): -2295247 or 3275484. OLE color: 3275484.
HSL color Cylindrical-coordinate representation of color #DCFA31: hue angle of 68.96º degrees, saturation: 0.95, 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 #DCFA31 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 49 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.02 |
| HSL | 68.96º | 0.95% | 0.59% | - |
| HSV(B) | 68.96º | 0.8% | 0.98% | - |
| XYZ | 64.26 | 83.81 | 15.7 | - |
| YUV | 218.12 | 32.56 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 49 | 0.12 | 0 | 0.80 | 0.02 | 68.96 | 0.95 | 0.59 |
| Hex | DC | FA | 31 | C | 0 | 50 | 2 | 45 | 5F | 3B |
| Octal | 334 | 372 | 61 | 14 | 0 | 120 | 2 | 105 | 137 | 73 |
| Binary | 11011100 | 11111010 | 110001 | 1100 | 0 | 1010000 | 10 | 1000101 | 1011111 | 111011 |
Color Harmonies of #DCFA31
Complementary color
Monochromatic Colors of #DCFA31
Black with #DCFA31
Text Example
Text Example
White with #DCFA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA31; }
p { color: rgb(220,250,49); }
H1.HeaderClassName
{
color: #DCFA31;
}
.AnyTagClassName
{
color: #DCFA31;
}
</style>
background-color css
<style>
a { background-color: #DCFA31; }
a { background-color: rgb(220,250,49); }
div.DivClassName
{
background-color: #DCFA31;
}
.BgClassName
{
background-color: #DCFA31;
}
</style>
border-color css
<style>
span { border-color: #DCFA31; }
span { border-color: rgb(220,250,49); }
td.TdClassName
{
border-color: #DCFA31;
}
.TagClassName
{
border-color: #DCFA31;
}
</style>