Shades of Pear #DCFE28
Tints of Pear #DCFE28
RGB
CMYK
RGB Variations
Color information
#DCFE28 (or 0xDCFE28) is known color: Pear. HEX triplet: DC, FE and 28. RGB value is (220,254,40). Sum of RGB (Red+Green+Blue) = 220+254+40=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE28 is #2301D7. Grayscale: #DCDCDC. Windows color (decimal): -2294232 or 2686684. OLE color: 2686684.
HSL color Cylindrical-coordinate representation of color #DCFE28: hue angle of 69.53º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCFE28 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 40 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.00 |
| HSL | 69.53º | 0.99% | 0.58% | - |
| HSV(B) | 69.53º | 0.84% | 1% | - |
| XYZ | 65.34 | 86.25 | 15.21 | - |
| YUV | 219.44 | 26.74 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 40 | 0.13 | 0 | 0.84 | 0.00 | 69.53 | 0.99 | 0.58 |
| Hex | DC | FE | 28 | D | 0 | 54 | 0 | 46 | 63 | 3A |
| Octal | 334 | 376 | 50 | 15 | 0 | 124 | 0 | 106 | 143 | 72 |
| Binary | 11011100 | 11111110 | 101000 | 1101 | 0 | 1010100 | 0 | 1000110 | 1100011 | 111010 |
Color Harmonies of #DCFE28
Complementary color
Monochromatic Colors of #DCFE28
Black with #DCFE28
Text Example
Text Example
White with #DCFE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE28; }
p { color: rgb(220,254,40); }
H1.HeaderClassName
{
color: #DCFE28;
}
.AnyTagClassName
{
color: #DCFE28;
}
</style>
background-color css
<style>
a { background-color: #DCFE28; }
a { background-color: rgb(220,254,40); }
div.DivClassName
{
background-color: #DCFE28;
}
.BgClassName
{
background-color: #DCFE28;
}
</style>
border-color css
<style>
span { border-color: #DCFE28; }
span { border-color: rgb(220,254,40); }
td.TdClassName
{
border-color: #DCFE28;
}
.TagClassName
{
border-color: #DCFE28;
}
</style>