Shades of Pear #DCFF32
Tints of Pear #DCFF32
RGB
CMYK
RGB Variations
Color information
#DCFF32 (or 0xDCFF32) is known color: Pear. HEX triplet: DC, FF and 32. RGB value is (220,255,50). Sum of RGB (Red+Green+Blue) = 220+255+50=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 50 (19.92% from 255 or 9.52% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF32 is #2300CD. Grayscale: #DDDDDD. Windows color (decimal): -2293966 or 3342300. OLE color: 3342300.
HSL color Cylindrical-coordinate representation of color #DCFF32: hue angle of 70.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCFF32 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 50 | - |
| CMYK | 0.14 | 0 | 0.80 | 0 |
| HSL | 70.24º | 1% | 0.6% | - |
| HSV(B) | 70.24º | 0.8% | 1% | - |
| XYZ | 65.85 | 86.97 | 16.33 | - |
| YUV | 221.17 | 31.4 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 50 | 0.14 | 0 | 0.80 | 0 | 70.24 | 1 | 0.6 |
| Hex | DC | FF | 32 | E | 0 | 50 | 0 | 46 | 64 | 3C |
| Octal | 334 | 377 | 62 | 16 | 0 | 120 | 0 | 106 | 144 | 74 |
| Binary | 11011100 | 11111111 | 110010 | 1110 | 0 | 1010000 | 0 | 1000110 | 1100100 | 111100 |
Color Harmonies of #DCFF32
Complementary color
Monochromatic Colors of #DCFF32
Black with #DCFF32
Text Example
Text Example
White with #DCFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF32; }
p { color: rgb(220,255,50); }
H1.HeaderClassName
{
color: #DCFF32;
}
.AnyTagClassName
{
color: #DCFF32;
}
</style>
background-color css
<style>
a { background-color: #DCFF32; }
a { background-color: rgb(220,255,50); }
div.DivClassName
{
background-color: #DCFF32;
}
.BgClassName
{
background-color: #DCFF32;
}
</style>
border-color css
<style>
span { border-color: #DCFF32; }
span { border-color: rgb(220,255,50); }
td.TdClassName
{
border-color: #DCFF32;
}
.TagClassName
{
border-color: #DCFF32;
}
</style>