Shades of Pear #DCFF24
Tints of Pear #DCFF24
RGB
CMYK
RGB Variations
Color information
#DCFF24 (or 0xDCFF24) is known color: Pear. HEX triplet: DC, FF and 24. RGB value is (220,255,36). Sum of RGB (Red+Green+Blue) = 220+255+36=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 36 (14.45% from 255 or 7.05% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF24 is #2300DB. Grayscale: #DCDCDC. Windows color (decimal): -2293980 or 2424796. OLE color: 2424796.
HSL color Cylindrical-coordinate representation of color #DCFF24: hue angle of 69.59º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCFF24 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 36 | - |
| CMYK | 0.14 | 0 | 0.86 | 0 |
| HSL | 69.59º | 1% | 0.57% | - |
| HSV(B) | 69.59º | 0.86% | 1% | - |
| XYZ | 65.59 | 86.86 | 14.98 | - |
| YUV | 219.57 | 24.4 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 36 | 0.14 | 0 | 0.86 | 0 | 69.59 | 1 | 0.57 |
| Hex | DC | FF | 24 | E | 0 | 56 | 0 | 46 | 64 | 39 |
| Octal | 334 | 377 | 44 | 16 | 0 | 126 | 0 | 106 | 144 | 71 |
| Binary | 11011100 | 11111111 | 100100 | 1110 | 0 | 1010110 | 0 | 1000110 | 1100100 | 111001 |
Color Harmonies of #DCFF24
Complementary color
Monochromatic Colors of #DCFF24
Black with #DCFF24
Text Example
Text Example
White with #DCFF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF24; }
p { color: rgb(220,255,36); }
H1.HeaderClassName
{
color: #DCFF24;
}
.AnyTagClassName
{
color: #DCFF24;
}
</style>
background-color css
<style>
a { background-color: #DCFF24; }
a { background-color: rgb(220,255,36); }
div.DivClassName
{
background-color: #DCFF24;
}
.BgClassName
{
background-color: #DCFF24;
}
</style>
border-color css
<style>
span { border-color: #DCFF24; }
span { border-color: rgb(220,255,36); }
td.TdClassName
{
border-color: #DCFF24;
}
.TagClassName
{
border-color: #DCFF24;
}
</style>