Shades of Pear #DFFC26
Tints of Pear #DFFC26
RGB
CMYK
RGB Variations
Color information
#DFFC26 (or 0xDFFC26) is known color: Pear. HEX triplet: DF, FC and 26. RGB value is (223,252,38). Sum of RGB (Red+Green+Blue) = 223+252+38=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 38 (15.23% from 255 or 7.41% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFC26 is #2003D9. Grayscale: #DBDBDB. Windows color (decimal): -2098138 or 2555103. OLE color: 2555103.
HSL color Cylindrical-coordinate representation of color #DFFC26: hue angle of 68.13º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFFC26 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 38 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.01 |
| HSL | 68.13º | 0.97% | 0.57% | - |
| HSV(B) | 68.13º | 0.85% | 0.99% | - |
| XYZ | 65.59 | 85.45 | 14.87 | - |
| YUV | 218.93 | 25.89 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 38 | 0.12 | 0 | 0.85 | 0.01 | 68.13 | 0.97 | 0.57 |
| Hex | DF | FC | 26 | C | 0 | 55 | 1 | 44 | 61 | 39 |
| Octal | 337 | 374 | 46 | 14 | 0 | 125 | 1 | 104 | 141 | 71 |
| Binary | 11011111 | 11111100 | 100110 | 1100 | 0 | 1010101 | 1 | 1000100 | 1100001 | 111001 |
Color Harmonies of #DFFC26
Complementary color
Monochromatic Colors of #DFFC26
Black with #DFFC26
Text Example
Text Example
White with #DFFC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC26; }
p { color: rgb(223,252,38); }
H1.HeaderClassName
{
color: #DFFC26;
}
.AnyTagClassName
{
color: #DFFC26;
}
</style>
background-color css
<style>
a { background-color: #DFFC26; }
a { background-color: rgb(223,252,38); }
div.DivClassName
{
background-color: #DFFC26;
}
.BgClassName
{
background-color: #DFFC26;
}
</style>
border-color css
<style>
span { border-color: #DFFC26; }
span { border-color: rgb(223,252,38); }
td.TdClassName
{
border-color: #DFFC26;
}
.TagClassName
{
border-color: #DFFC26;
}
</style>