Shades of Pear #DCFF2D
Tints of Pear #DCFF2D
RGB
CMYK
RGB Variations
Color information
#DCFF2D (or 0xDCFF2D) is known color: Pear. HEX triplet: DC, FF and 2D. RGB value is (220,255,45). Sum of RGB (Red+Green+Blue) = 220+255+45=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 45 (17.97% from 255 or 8.65% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF2D is #2300D2. Grayscale: #DDDDDD. Windows color (decimal): -2293971 or 3014620. OLE color: 3014620.
HSL color Cylindrical-coordinate representation of color #DCFF2D: hue angle of 70º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCFF2D is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 45 | - |
| CMYK | 0.14 | 0 | 0.82 | 0 |
| HSL | 70º | 1% | 0.59% | - |
| HSV(B) | 70º | 0.82% | 1% | - |
| XYZ | 65.75 | 86.93 | 15.8 | - |
| YUV | 220.6 | 28.9 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 45 | 0.14 | 0 | 0.82 | 0 | 70 | 1 | 0.59 |
| Hex | DC | FF | 2D | E | 0 | 52 | 0 | 46 | 64 | 3B |
| Octal | 334 | 377 | 55 | 16 | 0 | 122 | 0 | 106 | 144 | 73 |
| Binary | 11011100 | 11111111 | 101101 | 1110 | 0 | 1010010 | 0 | 1000110 | 1100100 | 111011 |
Color Harmonies of #DCFF2D
Complementary color
Monochromatic Colors of #DCFF2D
Black with #DCFF2D
Text Example
Text Example
White with #DCFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF2D; }
p { color: rgb(220,255,45); }
H1.HeaderClassName
{
color: #DCFF2D;
}
.AnyTagClassName
{
color: #DCFF2D;
}
</style>
background-color css
<style>
a { background-color: #DCFF2D; }
a { background-color: rgb(220,255,45); }
div.DivClassName
{
background-color: #DCFF2D;
}
.BgClassName
{
background-color: #DCFF2D;
}
</style>
border-color css
<style>
span { border-color: #DCFF2D; }
span { border-color: rgb(220,255,45); }
td.TdClassName
{
border-color: #DCFF2D;
}
.TagClassName
{
border-color: #DCFF2D;
}
</style>