Shades of Pear #DFFF2E
Tints of Pear #DFFF2E
RGB
CMYK
RGB Variations
Color information
#DFFF2E (or 0xDFFF2E) is known color: Pear. HEX triplet: DF, FF and 2E. RGB value is (223,255,46). Sum of RGB (Red+Green+Blue) = 223+255+46=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 46 (18.36% from 255 or 8.78% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFF2E is #2000D1. Grayscale: #DEDEDE. Windows color (decimal): -2097362 or 3080159. OLE color: 3080159.
HSL color Cylindrical-coordinate representation of color #DFFF2E: hue angle of 69.19º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFFF2E is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 46 | - |
| CMYK | 0.13 | 0 | 0.82 | 0 |
| HSL | 69.19º | 1% | 0.59% | - |
| HSV(B) | 69.19º | 0.82% | 1% | - |
| XYZ | 66.68 | 87.41 | 15.94 | - |
| YUV | 221.61 | 28.9 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 46 | 0.13 | 0 | 0.82 | 0 | 69.19 | 1 | 0.59 |
| Hex | DF | FF | 2E | D | 0 | 52 | 0 | 45 | 64 | 3B |
| Octal | 337 | 377 | 56 | 15 | 0 | 122 | 0 | 105 | 144 | 73 |
| Binary | 11011111 | 11111111 | 101110 | 1101 | 0 | 1010010 | 0 | 1000101 | 1100100 | 111011 |
Color Harmonies of #DFFF2E
Complementary color
Monochromatic Colors of #DFFF2E
Black with #DFFF2E
Text Example
Text Example
White with #DFFF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF2E; }
p { color: rgb(223,255,46); }
H1.HeaderClassName
{
color: #DFFF2E;
}
.AnyTagClassName
{
color: #DFFF2E;
}
</style>
background-color css
<style>
a { background-color: #DFFF2E; }
a { background-color: rgb(223,255,46); }
div.DivClassName
{
background-color: #DFFF2E;
}
.BgClassName
{
background-color: #DFFF2E;
}
</style>
border-color css
<style>
span { border-color: #DFFF2E; }
span { border-color: rgb(223,255,46); }
td.TdClassName
{
border-color: #DFFF2E;
}
.TagClassName
{
border-color: #DFFF2E;
}
</style>