Shades of Pear #DCFB40
Tints of Pear #DCFB40
RGB
CMYK
RGB Variations
Color information
#DCFB40 (or 0xDCFB40) is known color: Pear. HEX triplet: DC, FB and 40. RGB value is (220,251,64). Sum of RGB (Red+Green+Blue) = 220+251+64=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 64 (25.39% from 255 or 11.96% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB40 is #2304BF. Grayscale: #DDDDDD. Windows color (decimal): -2294976 or 4258780. OLE color: 4258780.
HSL color Cylindrical-coordinate representation of color #DCFB40: hue angle of 69.95º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCFB40 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 64 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.02 |
| HSL | 69.95º | 0.96% | 0.62% | - |
| HSV(B) | 69.95º | 0.75% | 0.98% | - |
| XYZ | 64.94 | 84.58 | 17.75 | - |
| YUV | 220.41 | 39.73 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 64 | 0.12 | 0 | 0.75 | 0.02 | 69.95 | 0.96 | 0.62 |
| Hex | DC | FB | 40 | C | 0 | 4B | 2 | 46 | 60 | 3E |
| Octal | 334 | 373 | 100 | 14 | 0 | 113 | 2 | 106 | 140 | 76 |
| Binary | 11011100 | 11111011 | 1000000 | 1100 | 0 | 1001011 | 10 | 1000110 | 1100000 | 111110 |
Color Harmonies of #DCFB40
Complementary color
Monochromatic Colors of #DCFB40
Black with #DCFB40
Text Example
Text Example
White with #DCFB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB40; }
p { color: rgb(220,251,64); }
H1.HeaderClassName
{
color: #DCFB40;
}
.AnyTagClassName
{
color: #DCFB40;
}
</style>
background-color css
<style>
a { background-color: #DCFB40; }
a { background-color: rgb(220,251,64); }
div.DivClassName
{
background-color: #DCFB40;
}
.BgClassName
{
background-color: #DCFB40;
}
</style>
border-color css
<style>
span { border-color: #DCFB40; }
span { border-color: rgb(220,251,64); }
td.TdClassName
{
border-color: #DCFB40;
}
.TagClassName
{
border-color: #DCFB40;
}
</style>