Shades of Pear #DFFB32
Tints of Pear #DFFB32
RGB
CMYK
RGB Variations
Color information
#DFFB32 (or 0xDFFB32) is known color: Pear. HEX triplet: DF, FB and 32. RGB value is (223,251,50). Sum of RGB (Red+Green+Blue) = 223+251+50=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 50 (19.92% from 255 or 9.54% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFB32 is #2004CD. Grayscale: #DCDCDC. Windows color (decimal): -2098382 or 3341279. OLE color: 3341279.
HSL color Cylindrical-coordinate representation of color #DFFB32: hue angle of 68.36º degrees, saturation: 0.96, 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 #DFFB32 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 251 | 50 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.02 |
| HSL | 68.36º | 0.96% | 0.59% | - |
| HSV(B) | 68.36º | 0.8% | 0.98% | - |
| XYZ | 65.5 | 84.91 | 15.95 | - |
| YUV | 219.71 | 32.22 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 251 | 50 | 0.11 | 0 | 0.80 | 0.02 | 68.36 | 0.96 | 0.59 |
| Hex | DF | FB | 32 | B | 0 | 50 | 2 | 44 | 60 | 3B |
| Octal | 337 | 373 | 62 | 13 | 0 | 120 | 2 | 104 | 140 | 73 |
| Binary | 11011111 | 11111011 | 110010 | 1011 | 0 | 1010000 | 10 | 1000100 | 1100000 | 111011 |
Color Harmonies of #DFFB32
Complementary color
Monochromatic Colors of #DFFB32
Black with #DFFB32
Text Example
Text Example
White with #DFFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFB32; }
p { color: rgb(223,251,50); }
H1.HeaderClassName
{
color: #DFFB32;
}
.AnyTagClassName
{
color: #DFFB32;
}
</style>
background-color css
<style>
a { background-color: #DFFB32; }
a { background-color: rgb(223,251,50); }
div.DivClassName
{
background-color: #DFFB32;
}
.BgClassName
{
background-color: #DFFB32;
}
</style>
border-color css
<style>
span { border-color: #DFFB32; }
span { border-color: rgb(223,251,50); }
td.TdClassName
{
border-color: #DFFB32;
}
.TagClassName
{
border-color: #DFFB32;
}
</style>