Shades of Pear #DFF11F
Tints of Pear #DFF11F
RGB
CMYK
RGB Variations
Color information
#DFF11F (or 0xDFF11F) is known color: Pear. HEX triplet: DF, F1 and 1F. RGB value is (223,241,31). Sum of RGB (Red+Green+Blue) = 223+241+31=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 31 (12.5% from 255 or 6.26% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF11F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF11F is #200EE0. Grayscale: #D4D4D4. Windows color (decimal): -2100961 or 2093535. OLE color: 2093535.
HSL color Cylindrical-coordinate representation of color #DFF11F: hue angle of 65.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFF11F is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 31 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.05 |
| HSL | 65.14º | 0.88% | 0.53% | - |
| HSV(B) | 65.14º | 0.87% | 0.95% | - |
| XYZ | 62.13 | 78.7 | 13.21 | - |
| YUV | 211.68 | 26.04 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 31 | 0.07 | 0 | 0.87 | 0.05 | 65.14 | 0.88 | 0.53 |
| Hex | DF | F1 | 1F | 7 | 0 | 57 | 5 | 41 | 58 | 35 |
| Octal | 337 | 361 | 37 | 7 | 0 | 127 | 5 | 101 | 130 | 65 |
| Binary | 11011111 | 11110001 | 11111 | 111 | 0 | 1010111 | 101 | 1000001 | 1011000 | 110101 |
Color Harmonies of #DFF11F
Complementary color
Monochromatic Colors of #DFF11F
Black with #DFF11F
Text Example
Text Example
White with #DFF11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF11F; }
p { color: rgb(223,241,31); }
H1.HeaderClassName
{
color: #DFF11F;
}
.AnyTagClassName
{
color: #DFF11F;
}
</style>
background-color css
<style>
a { background-color: #DFF11F; }
a { background-color: rgb(223,241,31); }
div.DivClassName
{
background-color: #DFF11F;
}
.BgClassName
{
background-color: #DFF11F;
}
</style>
border-color css
<style>
span { border-color: #DFF11F; }
span { border-color: rgb(223,241,31); }
td.TdClassName
{
border-color: #DFF11F;
}
.TagClassName
{
border-color: #DFF11F;
}
</style>