Shades of Pear #DCFF40
Tints of Pear #DCFF40
RGB
CMYK
RGB Variations
Color information
#DCFF40 (or 0xDCFF40) is known color: Pear. HEX triplet: DC, FF and 40. RGB value is (220,255,64). Sum of RGB (Red+Green+Blue) = 220+255+64=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 64 (25.39% from 255 or 11.87% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF40 is #2300BF. Grayscale: #DFDFDF. Windows color (decimal): -2293952 or 4259804. OLE color: 4259804.
HSL color Cylindrical-coordinate representation of color #DCFF40: hue angle of 70.99º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCFF40 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 64 | - |
| CMYK | 0.14 | 0 | 0.75 | 0 |
| HSL | 70.99º | 1% | 0.63% | - |
| HSV(B) | 70.99º | 0.75% | 1% | - |
| XYZ | 66.2 | 87.11 | 18.17 | - |
| YUV | 222.76 | 38.4 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 64 | 0.14 | 0 | 0.75 | 0 | 70.99 | 1 | 0.63 |
| Hex | DC | FF | 40 | E | 0 | 4B | 0 | 47 | 64 | 3F |
| Octal | 334 | 377 | 100 | 16 | 0 | 113 | 0 | 107 | 144 | 77 |
| Binary | 11011100 | 11111111 | 1000000 | 1110 | 0 | 1001011 | 0 | 1000111 | 1100100 | 111111 |
Color Harmonies of #DCFF40
Complementary color
Monochromatic Colors of #DCFF40
Black with #DCFF40
Text Example
Text Example
White with #DCFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF40; }
p { color: rgb(220,255,64); }
H1.HeaderClassName
{
color: #DCFF40;
}
.AnyTagClassName
{
color: #DCFF40;
}
</style>
background-color css
<style>
a { background-color: #DCFF40; }
a { background-color: rgb(220,255,64); }
div.DivClassName
{
background-color: #DCFF40;
}
.BgClassName
{
background-color: #DCFF40;
}
</style>
border-color css
<style>
span { border-color: #DCFF40; }
span { border-color: rgb(220,255,64); }
td.TdClassName
{
border-color: #DCFF40;
}
.TagClassName
{
border-color: #DCFF40;
}
</style>