Shades of Pear #DFF83F
Tints of Pear #DFF83F
RGB
CMYK
RGB Variations
Color information
#DFF83F (or 0xDFF83F) is known color: Pear. HEX triplet: DF, F8 and 3F. RGB value is (223,248,63). Sum of RGB (Red+Green+Blue) = 223+248+63=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 63 (25% from 255 or 11.80% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF83F is #2007C0. Grayscale: #DCDCDC. Windows color (decimal): -2099137 or 4192479. OLE color: 4192479.
HSL color Cylindrical-coordinate representation of color #DFF83F: hue angle of 68.11º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFF83F is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 63 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.03 |
| HSL | 68.11º | 0.93% | 0.61% | - |
| HSV(B) | 68.11º | 0.75% | 0.97% | - |
| XYZ | 64.9 | 83.18 | 17.34 | - |
| YUV | 219.44 | 39.72 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 63 | 0.10 | 0 | 0.75 | 0.03 | 68.11 | 0.93 | 0.61 |
| Hex | DF | F8 | 3F | A | 0 | 4B | 3 | 44 | 5D | 3D |
| Octal | 337 | 370 | 77 | 12 | 0 | 113 | 3 | 104 | 135 | 75 |
| Binary | 11011111 | 11111000 | 111111 | 1010 | 0 | 1001011 | 11 | 1000100 | 1011101 | 111101 |
Color Harmonies of #DFF83F
Complementary color
Monochromatic Colors of #DFF83F
Black with #DFF83F
Text Example
Text Example
White with #DFF83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF83F; }
p { color: rgb(223,248,63); }
H1.HeaderClassName
{
color: #DFF83F;
}
.AnyTagClassName
{
color: #DFF83F;
}
</style>
background-color css
<style>
a { background-color: #DFF83F; }
a { background-color: rgb(223,248,63); }
div.DivClassName
{
background-color: #DFF83F;
}
.BgClassName
{
background-color: #DFF83F;
}
</style>
border-color css
<style>
span { border-color: #DFF83F; }
span { border-color: rgb(223,248,63); }
td.TdClassName
{
border-color: #DFF83F;
}
.TagClassName
{
border-color: #DFF83F;
}
</style>