Shades of Pear #DCFB46
Tints of Pear #DCFB46
RGB
CMYK
RGB Variations
Color information
#DCFB46 (or 0xDCFB46) is known color: Pear. HEX triplet: DC, FB and 46. RGB value is (220,251,70). Sum of RGB (Red+Green+Blue) = 220+251+70=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 70 (27.73% from 255 or 12.94% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB46 is #2304B9. Grayscale: #DDDDDD. Windows color (decimal): -2294970 or 4651996. OLE color: 4651996.
HSL color Cylindrical-coordinate representation of color #DCFB46: hue angle of 70.28º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCFB46 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 70 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.02 |
| HSL | 70.28º | 0.96% | 0.63% | - |
| HSV(B) | 70.28º | 0.72% | 0.98% | - |
| XYZ | 65.12 | 84.65 | 18.7 | - |
| YUV | 221.1 | 42.73 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 70 | 0.12 | 0 | 0.72 | 0.02 | 70.28 | 0.96 | 0.63 |
| Hex | DC | FB | 46 | C | 0 | 48 | 2 | 46 | 60 | 3F |
| Octal | 334 | 373 | 106 | 14 | 0 | 110 | 2 | 106 | 140 | 77 |
| Binary | 11011100 | 11111011 | 1000110 | 1100 | 0 | 1001000 | 10 | 1000110 | 1100000 | 111111 |
Color Harmonies of #DCFB46
Complementary color
Monochromatic Colors of #DCFB46
Black with #DCFB46
Text Example
Text Example
White with #DCFB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB46; }
p { color: rgb(220,251,70); }
H1.HeaderClassName
{
color: #DCFB46;
}
.AnyTagClassName
{
color: #DCFB46;
}
</style>
background-color css
<style>
a { background-color: #DCFB46; }
a { background-color: rgb(220,251,70); }
div.DivClassName
{
background-color: #DCFB46;
}
.BgClassName
{
background-color: #DCFB46;
}
</style>
border-color css
<style>
span { border-color: #DCFB46; }
span { border-color: rgb(220,251,70); }
td.TdClassName
{
border-color: #DCFB46;
}
.TagClassName
{
border-color: #DCFB46;
}
</style>