Shades of Pear #DFF83D
Tints of Pear #DFF83D
RGB
CMYK
RGB Variations
Color information
#DFF83D (or 0xDFF83D) is known color: Pear. HEX triplet: DF, F8 and 3D. RGB value is (223,248,61). Sum of RGB (Red+Green+Blue) = 223+248+61=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 61 (24.22% from 255 or 11.47% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF83D is #2007C2. Grayscale: #DBDBDB. Windows color (decimal): -2099139 or 4061407. OLE color: 4061407.
HSL color Cylindrical-coordinate representation of color #DFF83D: hue angle of 68.02º 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 #DFF83D is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 61 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.03 |
| HSL | 68.02º | 0.93% | 0.61% | - |
| HSV(B) | 68.02º | 0.75% | 0.97% | - |
| XYZ | 64.84 | 83.16 | 17.05 | - |
| YUV | 219.21 | 38.72 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 61 | 0.10 | 0 | 0.75 | 0.03 | 68.02 | 0.93 | 0.61 |
| Hex | DF | F8 | 3D | A | 0 | 4B | 3 | 44 | 5D | 3D |
| Octal | 337 | 370 | 75 | 12 | 0 | 113 | 3 | 104 | 135 | 75 |
| Binary | 11011111 | 11111000 | 111101 | 1010 | 0 | 1001011 | 11 | 1000100 | 1011101 | 111101 |
Color Harmonies of #DFF83D
Complementary color
Monochromatic Colors of #DFF83D
Black with #DFF83D
Text Example
Text Example
White with #DFF83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF83D; }
p { color: rgb(223,248,61); }
H1.HeaderClassName
{
color: #DFF83D;
}
.AnyTagClassName
{
color: #DFF83D;
}
</style>
background-color css
<style>
a { background-color: #DFF83D; }
a { background-color: rgb(223,248,61); }
div.DivClassName
{
background-color: #DFF83D;
}
.BgClassName
{
background-color: #DFF83D;
}
</style>
border-color css
<style>
span { border-color: #DFF83D; }
span { border-color: rgb(223,248,61); }
td.TdClassName
{
border-color: #DFF83D;
}
.TagClassName
{
border-color: #DFF83D;
}
</style>