Shades of Pear #DFF231
Tints of Pear #DFF231
RGB
CMYK
RGB Variations
Color information
#DFF231 (or 0xDFF231) is known color: Pear. HEX triplet: DF, F2 and 31. RGB value is (223,242,49). Sum of RGB (Red+Green+Blue) = 223+242+49=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 49 (19.53% from 255 or 9.53% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF231 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF231 is #200DCE. Grayscale: #D7D7D7. Windows color (decimal): -2100687 or 3273439. OLE color: 3273439.
HSL color Cylindrical-coordinate representation of color #DFF231: hue angle of 65.91º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFF231 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 49 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.05 |
| HSL | 65.91º | 0.88% | 0.57% | - |
| HSV(B) | 65.91º | 0.8% | 0.95% | - |
| XYZ | 62.74 | 79.41 | 14.93 | - |
| YUV | 214.32 | 34.71 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 49 | 0.08 | 0 | 0.80 | 0.05 | 65.91 | 0.88 | 0.57 |
| Hex | DF | F2 | 31 | 8 | 0 | 50 | 5 | 42 | 58 | 39 |
| Octal | 337 | 362 | 61 | 10 | 0 | 120 | 5 | 102 | 130 | 71 |
| Binary | 11011111 | 11110010 | 110001 | 1000 | 0 | 1010000 | 101 | 1000010 | 1011000 | 111001 |
Color Harmonies of #DFF231
Complementary color
Monochromatic Colors of #DFF231
Black with #DFF231
Text Example
Text Example
White with #DFF231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF231; }
p { color: rgb(223,242,49); }
H1.HeaderClassName
{
color: #DFF231;
}
.AnyTagClassName
{
color: #DFF231;
}
</style>
background-color css
<style>
a { background-color: #DFF231; }
a { background-color: rgb(223,242,49); }
div.DivClassName
{
background-color: #DFF231;
}
.BgClassName
{
background-color: #DFF231;
}
</style>
border-color css
<style>
span { border-color: #DFF231; }
span { border-color: rgb(223,242,49); }
td.TdClassName
{
border-color: #DFF231;
}
.TagClassName
{
border-color: #DFF231;
}
</style>