Shades of Pear #DFFC24
Tints of Pear #DFFC24
RGB
CMYK
RGB Variations
Color information
#DFFC24 (or 0xDFFC24) is known color: Pear. HEX triplet: DF, FC and 24. RGB value is (223,252,36). Sum of RGB (Red+Green+Blue) = 223+252+36=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 36 (14.45% from 255 or 7.05% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFC24 is #2003DB. Grayscale: #DBDBDB. Windows color (decimal): -2098140 or 2424031. OLE color: 2424031.
HSL color Cylindrical-coordinate representation of color #DFFC24: hue angle of 68.06º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFFC24 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 36 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.01 |
| HSL | 68.06º | 0.97% | 0.56% | - |
| HSV(B) | 68.06º | 0.86% | 0.99% | - |
| XYZ | 65.56 | 85.44 | 14.7 | - |
| YUV | 218.71 | 24.89 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 36 | 0.12 | 0 | 0.86 | 0.01 | 68.06 | 0.97 | 0.56 |
| Hex | DF | FC | 24 | C | 0 | 56 | 1 | 44 | 61 | 38 |
| Octal | 337 | 374 | 44 | 14 | 0 | 126 | 1 | 104 | 141 | 70 |
| Binary | 11011111 | 11111100 | 100100 | 1100 | 0 | 1010110 | 1 | 1000100 | 1100001 | 111000 |
Color Harmonies of #DFFC24
Complementary color
Monochromatic Colors of #DFFC24
Black with #DFFC24
Text Example
Text Example
White with #DFFC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC24; }
p { color: rgb(223,252,36); }
H1.HeaderClassName
{
color: #DFFC24;
}
.AnyTagClassName
{
color: #DFFC24;
}
</style>
background-color css
<style>
a { background-color: #DFFC24; }
a { background-color: rgb(223,252,36); }
div.DivClassName
{
background-color: #DFFC24;
}
.BgClassName
{
background-color: #DFFC24;
}
</style>
border-color css
<style>
span { border-color: #DFFC24; }
span { border-color: rgb(223,252,36); }
td.TdClassName
{
border-color: #DFFC24;
}
.TagClassName
{
border-color: #DFFC24;
}
</style>