Shades of Pear #DFFE3F
Tints of Pear #DFFE3F
RGB
CMYK
RGB Variations
Color information
#DFFE3F (or 0xDFFE3F) is known color: Pear. HEX triplet: DF, FE and 3F. RGB value is (223,254,63). Sum of RGB (Red+Green+Blue) = 223+254+63=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 63 (25% from 255 or 11.67% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFE3F is #2001C0. Grayscale: #DFDFDF. Windows color (decimal): -2097601 or 4194015. OLE color: 4194015.
HSL color Cylindrical-coordinate representation of color #DFFE3F: hue angle of 69.74º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFFE3F is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 63 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.00 |
| HSL | 69.74º | 0.99% | 0.62% | - |
| HSV(B) | 69.74º | 0.75% | 1% | - |
| XYZ | 66.77 | 86.93 | 17.96 | - |
| YUV | 222.96 | 37.73 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 63 | 0.12 | 0 | 0.75 | 0.00 | 69.74 | 0.99 | 0.62 |
| Hex | DF | FE | 3F | C | 0 | 4B | 0 | 46 | 63 | 3E |
| Octal | 337 | 376 | 77 | 14 | 0 | 113 | 0 | 106 | 143 | 76 |
| Binary | 11011111 | 11111110 | 111111 | 1100 | 0 | 1001011 | 0 | 1000110 | 1100011 | 111110 |
Color Harmonies of #DFFE3F
Complementary color
Monochromatic Colors of #DFFE3F
Black with #DFFE3F
Text Example
Text Example
White with #DFFE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE3F; }
p { color: rgb(223,254,63); }
H1.HeaderClassName
{
color: #DFFE3F;
}
.AnyTagClassName
{
color: #DFFE3F;
}
</style>
background-color css
<style>
a { background-color: #DFFE3F; }
a { background-color: rgb(223,254,63); }
div.DivClassName
{
background-color: #DFFE3F;
}
.BgClassName
{
background-color: #DFFE3F;
}
</style>
border-color css
<style>
span { border-color: #DFFE3F; }
span { border-color: rgb(223,254,63); }
td.TdClassName
{
border-color: #DFFE3F;
}
.TagClassName
{
border-color: #DFFE3F;
}
</style>