Shades of Pear #DFF138
Tints of Pear #DFF138
RGB
CMYK
RGB Variations
Color information
#DFF138 (or 0xDFF138) is known color: Pear. HEX triplet: DF, F1 and 38. RGB value is (223,241,56). Sum of RGB (Red+Green+Blue) = 223+241+56=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 56 (22.27% from 255 or 10.77% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF138 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF138 is #200EC7. Grayscale: #D7D7D7. Windows color (decimal): -2100936 or 3731935. OLE color: 3731935.
HSL color Cylindrical-coordinate representation of color #DFF138: hue angle of 65.84º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFF138 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 56 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.05 |
| HSL | 65.84º | 0.87% | 0.58% | - |
| HSV(B) | 65.84º | 0.77% | 0.95% | - |
| XYZ | 62.6 | 78.88 | 15.67 | - |
| YUV | 214.53 | 38.54 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 56 | 0.07 | 0 | 0.77 | 0.05 | 65.84 | 0.87 | 0.58 |
| Hex | DF | F1 | 38 | 7 | 0 | 4D | 5 | 42 | 57 | 3A |
| Octal | 337 | 361 | 70 | 7 | 0 | 115 | 5 | 102 | 127 | 72 |
| Binary | 11011111 | 11110001 | 111000 | 111 | 0 | 1001101 | 101 | 1000010 | 1010111 | 111010 |
Color Harmonies of #DFF138
Complementary color
Monochromatic Colors of #DFF138
Black with #DFF138
Text Example
Text Example
White with #DFF138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF138; }
p { color: rgb(223,241,56); }
H1.HeaderClassName
{
color: #DFF138;
}
.AnyTagClassName
{
color: #DFF138;
}
</style>
background-color css
<style>
a { background-color: #DFF138; }
a { background-color: rgb(223,241,56); }
div.DivClassName
{
background-color: #DFF138;
}
.BgClassName
{
background-color: #DFF138;
}
</style>
border-color css
<style>
span { border-color: #DFF138; }
span { border-color: rgb(223,241,56); }
td.TdClassName
{
border-color: #DFF138;
}
.TagClassName
{
border-color: #DFF138;
}
</style>