Shades of Pear #DFF62E
Tints of Pear #DFF62E
RGB
CMYK
RGB Variations
Color information
#DFF62E (or 0xDFF62E) is known color: Pear. HEX triplet: DF, F6 and 2E. RGB value is (223,246,46). Sum of RGB (Red+Green+Blue) = 223+246+46=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 46 (18.36% from 255 or 8.93% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF62E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF62E is #2009D1. Grayscale: #D9D9D9. Windows color (decimal): -2099666 or 3077855. OLE color: 3077855.
HSL color Cylindrical-coordinate representation of color #DFF62E: hue angle of 66.9º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFF62E is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 46 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.04 |
| HSL | 66.9º | 0.92% | 0.57% | - |
| HSV(B) | 66.9º | 0.81% | 0.96% | - |
| XYZ | 63.88 | 81.8 | 15.01 | - |
| YUV | 216.32 | 31.88 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 46 | 0.09 | 0 | 0.81 | 0.04 | 66.9 | 0.92 | 0.57 |
| Hex | DF | F6 | 2E | 9 | 0 | 51 | 4 | 43 | 5C | 39 |
| Octal | 337 | 366 | 56 | 11 | 0 | 121 | 4 | 103 | 134 | 71 |
| Binary | 11011111 | 11110110 | 101110 | 1001 | 0 | 1010001 | 100 | 1000011 | 1011100 | 111001 |
Color Harmonies of #DFF62E
Complementary color
Monochromatic Colors of #DFF62E
Black with #DFF62E
Text Example
Text Example
White with #DFF62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF62E; }
p { color: rgb(223,246,46); }
H1.HeaderClassName
{
color: #DFF62E;
}
.AnyTagClassName
{
color: #DFF62E;
}
</style>
background-color css
<style>
a { background-color: #DFF62E; }
a { background-color: rgb(223,246,46); }
div.DivClassName
{
background-color: #DFF62E;
}
.BgClassName
{
background-color: #DFF62E;
}
</style>
border-color css
<style>
span { border-color: #DFF62E; }
span { border-color: rgb(223,246,46); }
td.TdClassName
{
border-color: #DFF62E;
}
.TagClassName
{
border-color: #DFF62E;
}
</style>