Shades of Pear #DCFF33
Tints of Pear #DCFF33
RGB
CMYK
RGB Variations
Color information
#DCFF33 (or 0xDCFF33) is known color: Pear. HEX triplet: DC, FF and 33. RGB value is (220,255,51). Sum of RGB (Red+Green+Blue) = 220+255+51=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 51 (20.31% from 255 or 9.70% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF33 is #2300CC. Grayscale: #DEDEDE. Windows color (decimal): -2293965 or 3407836. OLE color: 3407836.
HSL color Cylindrical-coordinate representation of color #DCFF33: hue angle of 70.29º 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 #DCFF33 is Cyan = 0.14, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 51 | - |
| CMYK | 0.14 | 0 | 0.8 | 0 |
| HSL | 70.29º | 1% | 0.6% | - |
| HSV(B) | 70.29º | 0.8% | 1% | - |
| XYZ | 65.87 | 86.97 | 16.45 | - |
| YUV | 221.28 | 31.9 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 51 | 0.14 | 0 | 0.8 | 0 | 70.29 | 1 | 0.6 |
| Hex | DC | FF | 33 | E | 0 | 50 | 0 | 46 | 64 | 3C |
| Octal | 334 | 377 | 63 | 16 | 0 | 120 | 0 | 106 | 144 | 74 |
| Binary | 11011100 | 11111111 | 110011 | 1110 | 0 | 1010000 | 0 | 1000110 | 1100100 | 111100 |
Color Harmonies of #DCFF33
Complementary color
Monochromatic Colors of #DCFF33
Black with #DCFF33
Text Example
Text Example
White with #DCFF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF33; }
p { color: rgb(220,255,51); }
H1.HeaderClassName
{
color: #DCFF33;
}
.AnyTagClassName
{
color: #DCFF33;
}
</style>
background-color css
<style>
a { background-color: #DCFF33; }
a { background-color: rgb(220,255,51); }
div.DivClassName
{
background-color: #DCFF33;
}
.BgClassName
{
background-color: #DCFF33;
}
</style>
border-color css
<style>
span { border-color: #DCFF33; }
span { border-color: rgb(220,255,51); }
td.TdClassName
{
border-color: #DCFF33;
}
.TagClassName
{
border-color: #DCFF33;
}
</style>