Shades of Pear #DCFF46
Tints of Pear #DCFF46
RGB
CMYK
RGB Variations
Color information
#DCFF46 (or 0xDCFF46) is known color: Pear. HEX triplet: DC, FF and 46. RGB value is (220,255,70). Sum of RGB (Red+Green+Blue) = 220+255+70=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 70 (27.73% from 255 or 12.84% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF46 is #2300B9. Grayscale: #E0E0E0. Windows color (decimal): -2293946 or 4653020. OLE color: 4653020.
HSL color Cylindrical-coordinate representation of color #DCFF46: hue angle of 71.35º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCFF46 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 70 | - |
| CMYK | 0.14 | 0 | 0.73 | 0 |
| HSL | 71.35º | 1% | 0.64% | - |
| HSV(B) | 71.35º | 0.73% | 1% | - |
| XYZ | 66.38 | 87.18 | 19.12 | - |
| YUV | 223.45 | 41.4 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 70 | 0.14 | 0 | 0.73 | 0 | 71.35 | 1 | 0.64 |
| Hex | DC | FF | 46 | E | 0 | 49 | 0 | 47 | 64 | 40 |
| Octal | 334 | 377 | 106 | 16 | 0 | 111 | 0 | 107 | 144 | 100 |
| Binary | 11011100 | 11111111 | 1000110 | 1110 | 0 | 1001001 | 0 | 1000111 | 1100100 | 1000000 |
Color Harmonies of #DCFF46
Complementary color
Monochromatic Colors of #DCFF46
Black with #DCFF46
Text Example
Text Example
White with #DCFF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF46; }
p { color: rgb(220,255,70); }
H1.HeaderClassName
{
color: #DCFF46;
}
.AnyTagClassName
{
color: #DCFF46;
}
</style>
background-color css
<style>
a { background-color: #DCFF46; }
a { background-color: rgb(220,255,70); }
div.DivClassName
{
background-color: #DCFF46;
}
.BgClassName
{
background-color: #DCFF46;
}
</style>
border-color css
<style>
span { border-color: #DCFF46; }
span { border-color: rgb(220,255,70); }
td.TdClassName
{
border-color: #DCFF46;
}
.TagClassName
{
border-color: #DCFF46;
}
</style>