Shades of Pear #DFF11D
Tints of Pear #DFF11D
RGB
CMYK
RGB Variations
Color information
#DFF11D (or 0xDFF11D) is known color: Pear. HEX triplet: DF, F1 and 1D. RGB value is (223,241,29). Sum of RGB (Red+Green+Blue) = 223+241+29=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF11D is #200EE2. Grayscale: #D4D4D4. Windows color (decimal): -2100963 or 1962463. OLE color: 1962463.
HSL color Cylindrical-coordinate representation of color #DFF11D: hue angle of 65.09º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFF11D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 29 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.05 |
| HSL | 65.09º | 0.88% | 0.53% | - |
| HSV(B) | 65.09º | 0.88% | 0.95% | - |
| XYZ | 62.11 | 78.69 | 13.08 | - |
| YUV | 211.45 | 25.04 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 29 | 0.07 | 0 | 0.88 | 0.05 | 65.09 | 0.88 | 0.53 |
| Hex | DF | F1 | 1D | 7 | 0 | 58 | 5 | 41 | 58 | 35 |
| Octal | 337 | 361 | 35 | 7 | 0 | 130 | 5 | 101 | 130 | 65 |
| Binary | 11011111 | 11110001 | 11101 | 111 | 0 | 1011000 | 101 | 1000001 | 1011000 | 110101 |
Color Harmonies of #DFF11D
Complementary color
Monochromatic Colors of #DFF11D
Black with #DFF11D
Text Example
Text Example
White with #DFF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF11D; }
p { color: rgb(223,241,29); }
H1.HeaderClassName
{
color: #DFF11D;
}
.AnyTagClassName
{
color: #DFF11D;
}
</style>
background-color css
<style>
a { background-color: #DFF11D; }
a { background-color: rgb(223,241,29); }
div.DivClassName
{
background-color: #DFF11D;
}
.BgClassName
{
background-color: #DFF11D;
}
</style>
border-color css
<style>
span { border-color: #DFF11D; }
span { border-color: rgb(223,241,29); }
td.TdClassName
{
border-color: #DFF11D;
}
.TagClassName
{
border-color: #DFF11D;
}
</style>