Shades of Pear #DCFB31
Tints of Pear #DCFB31
RGB
CMYK
RGB Variations
Color information
#DCFB31 (or 0xDCFB31) is known color: Pear. HEX triplet: DC, FB and 31. RGB value is (220,251,49). Sum of RGB (Red+Green+Blue) = 220+251+49=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 49 (19.53% from 255 or 9.42% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB31 is #2304CE. Grayscale: #DBDBDB. Windows color (decimal): -2294991 or 3275740. OLE color: 3275740.
HSL color Cylindrical-coordinate representation of color #DCFB31: hue angle of 69.21º degrees, saturation: 0.96, 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 #DCFB31 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 49 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.02 |
| HSL | 69.21º | 0.96% | 0.59% | - |
| HSV(B) | 69.21º | 0.8% | 0.98% | - |
| XYZ | 64.57 | 84.43 | 15.8 | - |
| YUV | 218.7 | 32.23 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 49 | 0.12 | 0 | 0.80 | 0.02 | 69.21 | 0.96 | 0.59 |
| Hex | DC | FB | 31 | C | 0 | 50 | 2 | 45 | 60 | 3B |
| Octal | 334 | 373 | 61 | 14 | 0 | 120 | 2 | 105 | 140 | 73 |
| Binary | 11011100 | 11111011 | 110001 | 1100 | 0 | 1010000 | 10 | 1000101 | 1100000 | 111011 |
Color Harmonies of #DCFB31
Complementary color
Monochromatic Colors of #DCFB31
Black with #DCFB31
Text Example
Text Example
White with #DCFB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB31; }
p { color: rgb(220,251,49); }
H1.HeaderClassName
{
color: #DCFB31;
}
.AnyTagClassName
{
color: #DCFB31;
}
</style>
background-color css
<style>
a { background-color: #DCFB31; }
a { background-color: rgb(220,251,49); }
div.DivClassName
{
background-color: #DCFB31;
}
.BgClassName
{
background-color: #DCFB31;
}
</style>
border-color css
<style>
span { border-color: #DCFB31; }
span { border-color: rgb(220,251,49); }
td.TdClassName
{
border-color: #DCFB31;
}
.TagClassName
{
border-color: #DCFB31;
}
</style>