Shades of Pear #DFF121
Tints of Pear #DFF121
RGB
CMYK
RGB Variations
Color information
#DFF121 (or 0xDFF121) is known color: Pear. HEX triplet: DF, F1 and 21. RGB value is (223,241,33). Sum of RGB (Red+Green+Blue) = 223+241+33=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 33 (13.28% from 255 or 6.64% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF121 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF121 is #200EDE. Grayscale: #D4D4D4. Windows color (decimal): -2100959 or 2224607. OLE color: 2224607.
HSL color Cylindrical-coordinate representation of color #DFF121: hue angle of 65.19º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFF121 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 33 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.05 |
| HSL | 65.19º | 0.88% | 0.54% | - |
| HSV(B) | 65.19º | 0.86% | 0.95% | - |
| XYZ | 62.16 | 78.71 | 13.35 | - |
| YUV | 211.91 | 27.04 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 33 | 0.07 | 0 | 0.86 | 0.05 | 65.19 | 0.88 | 0.54 |
| Hex | DF | F1 | 21 | 7 | 0 | 56 | 5 | 41 | 58 | 36 |
| Octal | 337 | 361 | 41 | 7 | 0 | 126 | 5 | 101 | 130 | 66 |
| Binary | 11011111 | 11110001 | 100001 | 111 | 0 | 1010110 | 101 | 1000001 | 1011000 | 110110 |
Color Harmonies of #DFF121
Complementary color
Monochromatic Colors of #DFF121
Black with #DFF121
Text Example
Text Example
White with #DFF121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF121; }
p { color: rgb(223,241,33); }
H1.HeaderClassName
{
color: #DFF121;
}
.AnyTagClassName
{
color: #DFF121;
}
</style>
background-color css
<style>
a { background-color: #DFF121; }
a { background-color: rgb(223,241,33); }
div.DivClassName
{
background-color: #DFF121;
}
.BgClassName
{
background-color: #DFF121;
}
</style>
border-color css
<style>
span { border-color: #DFF121; }
span { border-color: rgb(223,241,33); }
td.TdClassName
{
border-color: #DFF121;
}
.TagClassName
{
border-color: #DFF121;
}
</style>