Shades of Pear #DCFE24
Tints of Pear #DCFE24
RGB
CMYK
RGB Variations
Color information
#DCFE24 (or 0xDCFE24) is known color: Pear. HEX triplet: DC, FE and 24. RGB value is (220,254,36). Sum of RGB (Red+Green+Blue) = 220+254+36=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 36 (14.45% from 255 or 7.06% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE24 is #2301DB. Grayscale: #DBDBDB. Windows color (decimal): -2294236 or 2424540. OLE color: 2424540.
HSL color Cylindrical-coordinate representation of color #DCFE24: hue angle of 69.36º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCFE24 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 36 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.00 |
| HSL | 69.36º | 0.99% | 0.57% | - |
| HSV(B) | 69.36º | 0.86% | 1% | - |
| XYZ | 65.28 | 86.23 | 14.87 | - |
| YUV | 218.98 | 24.74 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 36 | 0.13 | 0 | 0.86 | 0.00 | 69.36 | 0.99 | 0.57 |
| Hex | DC | FE | 24 | D | 0 | 56 | 0 | 45 | 63 | 39 |
| Octal | 334 | 376 | 44 | 15 | 0 | 126 | 0 | 105 | 143 | 71 |
| Binary | 11011100 | 11111110 | 100100 | 1101 | 0 | 1010110 | 0 | 1000101 | 1100011 | 111001 |
Color Harmonies of #DCFE24
Complementary color
Monochromatic Colors of #DCFE24
Black with #DCFE24
Text Example
Text Example
White with #DCFE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE24; }
p { color: rgb(220,254,36); }
H1.HeaderClassName
{
color: #DCFE24;
}
.AnyTagClassName
{
color: #DCFE24;
}
</style>
background-color css
<style>
a { background-color: #DCFE24; }
a { background-color: rgb(220,254,36); }
div.DivClassName
{
background-color: #DCFE24;
}
.BgClassName
{
background-color: #DCFE24;
}
</style>
border-color css
<style>
span { border-color: #DCFE24; }
span { border-color: rgb(220,254,36); }
td.TdClassName
{
border-color: #DCFE24;
}
.TagClassName
{
border-color: #DCFE24;
}
</style>