Shades of Pear #DFF132
Tints of Pear #DFF132
RGB
CMYK
RGB Variations
Color information
#DFF132 (or 0xDFF132) is known color: Pear. HEX triplet: DF, F1 and 32. RGB value is (223,241,50). Sum of RGB (Red+Green+Blue) = 223+241+50=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 50 (19.92% from 255 or 9.73% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF132 is #200ECD. Grayscale: #D6D6D6. Windows color (decimal): -2100942 or 3338719. OLE color: 3338719.
HSL color Cylindrical-coordinate representation of color #DFF132: hue angle of 65.65º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFF132 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 50 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.05 |
| HSL | 65.65º | 0.87% | 0.57% | - |
| HSV(B) | 65.65º | 0.79% | 0.95% | - |
| XYZ | 62.46 | 78.83 | 14.94 | - |
| YUV | 213.84 | 35.54 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 50 | 0.07 | 0 | 0.79 | 0.05 | 65.65 | 0.87 | 0.57 |
| Hex | DF | F1 | 32 | 7 | 0 | 4F | 5 | 42 | 57 | 39 |
| Octal | 337 | 361 | 62 | 7 | 0 | 117 | 5 | 102 | 127 | 71 |
| Binary | 11011111 | 11110001 | 110010 | 111 | 0 | 1001111 | 101 | 1000010 | 1010111 | 111001 |
Color Harmonies of #DFF132
Complementary color
Monochromatic Colors of #DFF132
Black with #DFF132
Text Example
Text Example
White with #DFF132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF132; }
p { color: rgb(223,241,50); }
H1.HeaderClassName
{
color: #DFF132;
}
.AnyTagClassName
{
color: #DFF132;
}
</style>
background-color css
<style>
a { background-color: #DFF132; }
a { background-color: rgb(223,241,50); }
div.DivClassName
{
background-color: #DFF132;
}
.BgClassName
{
background-color: #DFF132;
}
</style>
border-color css
<style>
span { border-color: #DFF132; }
span { border-color: rgb(223,241,50); }
td.TdClassName
{
border-color: #DFF132;
}
.TagClassName
{
border-color: #DFF132;
}
</style>