Shades of Pear #DFF11B
Tints of Pear #DFF11B
RGB
CMYK
RGB Variations
Color information
#DFF11B (or 0xDFF11B) is known color: Pear. HEX triplet: DF, F1 and 1B. RGB value is (223,241,27). Sum of RGB (Red+Green+Blue) = 223+241+27=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 27 (10.94% from 255 or 5.50% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF11B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF11B is #200EE4. Grayscale: #D4D4D4. Windows color (decimal): -2100965 or 1831391. OLE color: 1831391.
HSL color Cylindrical-coordinate representation of color #DFF11B: hue angle of 65.05º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFF11B is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 27 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.05 |
| HSL | 65.05º | 0.88% | 0.53% | - |
| HSV(B) | 65.05º | 0.89% | 0.95% | - |
| XYZ | 62.08 | 78.68 | 12.95 | - |
| YUV | 211.22 | 24.04 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 27 | 0.07 | 0 | 0.89 | 0.05 | 65.05 | 0.88 | 0.53 |
| Hex | DF | F1 | 1B | 7 | 0 | 59 | 5 | 41 | 58 | 35 |
| Octal | 337 | 361 | 33 | 7 | 0 | 131 | 5 | 101 | 130 | 65 |
| Binary | 11011111 | 11110001 | 11011 | 111 | 0 | 1011001 | 101 | 1000001 | 1011000 | 110101 |
Color Harmonies of #DFF11B
Complementary color
Monochromatic Colors of #DFF11B
Black with #DFF11B
Text Example
Text Example
White with #DFF11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF11B; }
p { color: rgb(223,241,27); }
H1.HeaderClassName
{
color: #DFF11B;
}
.AnyTagClassName
{
color: #DFF11B;
}
</style>
background-color css
<style>
a { background-color: #DFF11B; }
a { background-color: rgb(223,241,27); }
div.DivClassName
{
background-color: #DFF11B;
}
.BgClassName
{
background-color: #DFF11B;
}
</style>
border-color css
<style>
span { border-color: #DFF11B; }
span { border-color: rgb(223,241,27); }
td.TdClassName
{
border-color: #DFF11B;
}
.TagClassName
{
border-color: #DFF11B;
}
</style>