Shades of Pear #DFFF26
Tints of Pear #DFFF26
RGB
CMYK
RGB Variations
Color information
#DFFF26 (or 0xDFFF26) is known color: Pear. HEX triplet: DF, FF and 26. RGB value is (223,255,38). Sum of RGB (Red+Green+Blue) = 223+255+38=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 38 (15.23% from 255 or 7.36% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFF26 is #2000D9. Grayscale: #DDDDDD. Windows color (decimal): -2097370 or 2555871. OLE color: 2555871.
HSL color Cylindrical-coordinate representation of color #DFFF26: hue angle of 68.85º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFFF26 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 38 | - |
| CMYK | 0.13 | 0 | 0.85 | 0 |
| HSL | 68.85º | 1% | 0.57% | - |
| HSV(B) | 68.85º | 0.85% | 1% | - |
| XYZ | 66.54 | 87.35 | 15.19 | - |
| YUV | 220.69 | 24.9 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 38 | 0.13 | 0 | 0.85 | 0 | 68.85 | 1 | 0.57 |
| Hex | DF | FF | 26 | D | 0 | 55 | 0 | 45 | 64 | 39 |
| Octal | 337 | 377 | 46 | 15 | 0 | 125 | 0 | 105 | 144 | 71 |
| Binary | 11011111 | 11111111 | 100110 | 1101 | 0 | 1010101 | 0 | 1000101 | 1100100 | 111001 |
Color Harmonies of #DFFF26
Complementary color
Monochromatic Colors of #DFFF26
Black with #DFFF26
Text Example
Text Example
White with #DFFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF26; }
p { color: rgb(223,255,38); }
H1.HeaderClassName
{
color: #DFFF26;
}
.AnyTagClassName
{
color: #DFFF26;
}
</style>
background-color css
<style>
a { background-color: #DFFF26; }
a { background-color: rgb(223,255,38); }
div.DivClassName
{
background-color: #DFFF26;
}
.BgClassName
{
background-color: #DFFF26;
}
</style>
border-color css
<style>
span { border-color: #DFFF26; }
span { border-color: rgb(223,255,38); }
td.TdClassName
{
border-color: #DFFF26;
}
.TagClassName
{
border-color: #DFFF26;
}
</style>