Shades of Pear #DCFE33
Tints of Pear #DCFE33
RGB
CMYK
RGB Variations
Color information
#DCFE33 (or 0xDCFE33) is known color: Pear. HEX triplet: DC, FE and 33. RGB value is (220,254,51). Sum of RGB (Red+Green+Blue) = 220+254+51=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 51 (20.31% from 255 or 9.71% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE33 is #2301CC. Grayscale: #DDDDDD. Windows color (decimal): -2294221 or 3407580. OLE color: 3407580.
HSL color Cylindrical-coordinate representation of color #DCFE33: hue angle of 70.05º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCFE33 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 51 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.00 |
| HSL | 70.05º | 0.99% | 0.6% | - |
| HSV(B) | 70.05º | 0.8% | 1% | - |
| XYZ | 65.55 | 86.34 | 16.34 | - |
| YUV | 220.69 | 32.24 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 51 | 0.13 | 0 | 0.80 | 0.00 | 70.05 | 0.99 | 0.6 |
| Hex | DC | FE | 33 | D | 0 | 50 | 0 | 46 | 63 | 3C |
| Octal | 334 | 376 | 63 | 15 | 0 | 120 | 0 | 106 | 143 | 74 |
| Binary | 11011100 | 11111110 | 110011 | 1101 | 0 | 1010000 | 0 | 1000110 | 1100011 | 111100 |
Color Harmonies of #DCFE33
Complementary color
Monochromatic Colors of #DCFE33
Black with #DCFE33
Text Example
Text Example
White with #DCFE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE33; }
p { color: rgb(220,254,51); }
H1.HeaderClassName
{
color: #DCFE33;
}
.AnyTagClassName
{
color: #DCFE33;
}
</style>
background-color css
<style>
a { background-color: #DCFE33; }
a { background-color: rgb(220,254,51); }
div.DivClassName
{
background-color: #DCFE33;
}
.BgClassName
{
background-color: #DCFE33;
}
</style>
border-color css
<style>
span { border-color: #DCFE33; }
span { border-color: rgb(220,254,51); }
td.TdClassName
{
border-color: #DCFE33;
}
.TagClassName
{
border-color: #DCFE33;
}
</style>