Shades of Pear #DFF21F
Tints of Pear #DFF21F
RGB
CMYK
RGB Variations
Color information
#DFF21F (or 0xDFF21F) is known color: Pear. HEX triplet: DF, F2 and 1F. RGB value is (223,242,31). Sum of RGB (Red+Green+Blue) = 223+242+31=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 31 (12.5% from 255 or 6.25% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF21F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF21F is #200DE0. Grayscale: #D5D5D5. Windows color (decimal): -2100705 or 2093791. OLE color: 2093791.
HSL color Cylindrical-coordinate representation of color #DFF21F: hue angle of 65.4º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFF21F is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 31 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.05 |
| HSL | 65.4º | 0.89% | 0.54% | - |
| HSV(B) | 65.4º | 0.87% | 0.95% | - |
| XYZ | 62.43 | 79.29 | 13.31 | - |
| YUV | 212.27 | 25.71 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 31 | 0.08 | 0 | 0.87 | 0.05 | 65.4 | 0.89 | 0.54 |
| Hex | DF | F2 | 1F | 8 | 0 | 57 | 5 | 41 | 59 | 36 |
| Octal | 337 | 362 | 37 | 10 | 0 | 127 | 5 | 101 | 131 | 66 |
| Binary | 11011111 | 11110010 | 11111 | 1000 | 0 | 1010111 | 101 | 1000001 | 1011001 | 110110 |
Color Harmonies of #DFF21F
Complementary color
Monochromatic Colors of #DFF21F
Black with #DFF21F
Text Example
Text Example
White with #DFF21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF21F; }
p { color: rgb(223,242,31); }
H1.HeaderClassName
{
color: #DFF21F;
}
.AnyTagClassName
{
color: #DFF21F;
}
</style>
background-color css
<style>
a { background-color: #DFF21F; }
a { background-color: rgb(223,242,31); }
div.DivClassName
{
background-color: #DFF21F;
}
.BgClassName
{
background-color: #DFF21F;
}
</style>
border-color css
<style>
span { border-color: #DFF21F; }
span { border-color: rgb(223,242,31); }
td.TdClassName
{
border-color: #DFF21F;
}
.TagClassName
{
border-color: #DFF21F;
}
</style>