Shades of Pear #DCFB3C
Tints of Pear #DCFB3C
RGB
CMYK
RGB Variations
Color information
#DCFB3C (or 0xDCFB3C) is known color: Pear. HEX triplet: DC, FB and 3C. RGB value is (220,251,60). Sum of RGB (Red+Green+Blue) = 220+251+60=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 60 (23.83% from 255 or 11.30% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB3C is #2304C3. Grayscale: #DCDCDC. Windows color (decimal): -2294980 or 3996636. OLE color: 3996636.
HSL color Cylindrical-coordinate representation of color #DCFB3C: hue angle of 69.74º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCFB3C is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 60 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.02 |
| HSL | 69.74º | 0.96% | 0.61% | - |
| HSV(B) | 69.74º | 0.76% | 0.98% | - |
| XYZ | 64.83 | 84.54 | 17.18 | - |
| YUV | 219.96 | 37.73 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 60 | 0.12 | 0 | 0.76 | 0.02 | 69.74 | 0.96 | 0.61 |
| Hex | DC | FB | 3C | C | 0 | 4C | 2 | 46 | 60 | 3D |
| Octal | 334 | 373 | 74 | 14 | 0 | 114 | 2 | 106 | 140 | 75 |
| Binary | 11011100 | 11111011 | 111100 | 1100 | 0 | 1001100 | 10 | 1000110 | 1100000 | 111101 |
Color Harmonies of #DCFB3C
Complementary color
Monochromatic Colors of #DCFB3C
Black with #DCFB3C
Text Example
Text Example
White with #DCFB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB3C; }
p { color: rgb(220,251,60); }
H1.HeaderClassName
{
color: #DCFB3C;
}
.AnyTagClassName
{
color: #DCFB3C;
}
</style>
background-color css
<style>
a { background-color: #DCFB3C; }
a { background-color: rgb(220,251,60); }
div.DivClassName
{
background-color: #DCFB3C;
}
.BgClassName
{
background-color: #DCFB3C;
}
</style>
border-color css
<style>
span { border-color: #DCFB3C; }
span { border-color: rgb(220,251,60); }
td.TdClassName
{
border-color: #DCFB3C;
}
.TagClassName
{
border-color: #DCFB3C;
}
</style>