Shades of Pear #DCFF28
Tints of Pear #DCFF28
RGB
CMYK
RGB Variations
Color information
#DCFF28 (or 0xDCFF28) is known color: Pear. HEX triplet: DC, FF and 28. RGB value is (220,255,40). Sum of RGB (Red+Green+Blue) = 220+255+40=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 40 (16.02% from 255 or 7.77% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF28 is #2300D7. Grayscale: #DCDCDC. Windows color (decimal): -2293976 or 2686940. OLE color: 2686940.
HSL color Cylindrical-coordinate representation of color #DCFF28: hue angle of 69.77º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCFF28 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 40 | - |
| CMYK | 0.14 | 0 | 0.84 | 0 |
| HSL | 69.77º | 1% | 0.58% | - |
| HSV(B) | 69.77º | 0.84% | 1% | - |
| XYZ | 65.66 | 86.89 | 15.32 | - |
| YUV | 220.03 | 26.4 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 40 | 0.14 | 0 | 0.84 | 0 | 69.77 | 1 | 0.58 |
| Hex | DC | FF | 28 | E | 0 | 54 | 0 | 46 | 64 | 3A |
| Octal | 334 | 377 | 50 | 16 | 0 | 124 | 0 | 106 | 144 | 72 |
| Binary | 11011100 | 11111111 | 101000 | 1110 | 0 | 1010100 | 0 | 1000110 | 1100100 | 111010 |
Color Harmonies of #DCFF28
Complementary color
Monochromatic Colors of #DCFF28
Black with #DCFF28
Text Example
Text Example
White with #DCFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF28; }
p { color: rgb(220,255,40); }
H1.HeaderClassName
{
color: #DCFF28;
}
.AnyTagClassName
{
color: #DCFF28;
}
</style>
background-color css
<style>
a { background-color: #DCFF28; }
a { background-color: rgb(220,255,40); }
div.DivClassName
{
background-color: #DCFF28;
}
.BgClassName
{
background-color: #DCFF28;
}
</style>
border-color css
<style>
span { border-color: #DCFF28; }
span { border-color: rgb(220,255,40); }
td.TdClassName
{
border-color: #DCFF28;
}
.TagClassName
{
border-color: #DCFF28;
}
</style>