Shades of Pear #DFF932
Tints of Pear #DFF932
RGB
CMYK
RGB Variations
Color information
#DFF932 (or 0xDFF932) is known color: Pear. HEX triplet: DF, F9 and 32. RGB value is (223,249,50). Sum of RGB (Red+Green+Blue) = 223+249+50=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 50 (19.92% from 255 or 9.58% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF932 is #2006CD. Grayscale: #DBDBDB. Windows color (decimal): -2098894 or 3340767. OLE color: 3340767.
HSL color Cylindrical-coordinate representation of color #DFF932: hue angle of 67.84º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFF932 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 50 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.02 |
| HSL | 67.84º | 0.94% | 0.59% | - |
| HSV(B) | 67.84º | 0.8% | 0.98% | - |
| XYZ | 64.88 | 83.67 | 15.75 | - |
| YUV | 218.54 | 32.89 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 50 | 0.10 | 0 | 0.80 | 0.02 | 67.84 | 0.94 | 0.59 |
| Hex | DF | F9 | 32 | A | 0 | 50 | 2 | 44 | 5E | 3B |
| Octal | 337 | 371 | 62 | 12 | 0 | 120 | 2 | 104 | 136 | 73 |
| Binary | 11011111 | 11111001 | 110010 | 1010 | 0 | 1010000 | 10 | 1000100 | 1011110 | 111011 |
Color Harmonies of #DFF932
Complementary color
Monochromatic Colors of #DFF932
Black with #DFF932
Text Example
Text Example
White with #DFF932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF932; }
p { color: rgb(223,249,50); }
H1.HeaderClassName
{
color: #DFF932;
}
.AnyTagClassName
{
color: #DFF932;
}
</style>
background-color css
<style>
a { background-color: #DFF932; }
a { background-color: rgb(223,249,50); }
div.DivClassName
{
background-color: #DFF932;
}
.BgClassName
{
background-color: #DFF932;
}
</style>
border-color css
<style>
span { border-color: #DFF932; }
span { border-color: rgb(223,249,50); }
td.TdClassName
{
border-color: #DFF932;
}
.TagClassName
{
border-color: #DFF932;
}
</style>