Shades of Pear #DFFD33
Tints of Pear #DFFD33
RGB
CMYK
RGB Variations
Color information
#DFFD33 (or 0xDFFD33) is known color: Pear. HEX triplet: DF, FD and 33. RGB value is (223,253,51). Sum of RGB (Red+Green+Blue) = 223+253+51=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 51 (20.31% from 255 or 9.68% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFD33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFD33 is #2002CC. Grayscale: #DDDDDD. Windows color (decimal): -2097869 or 3407327. OLE color: 3407327.
HSL color Cylindrical-coordinate representation of color #DFFD33: hue angle of 68.91º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFFD33 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 51 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.01 |
| HSL | 68.91º | 0.98% | 0.6% | - |
| HSV(B) | 68.91º | 0.8% | 0.99% | - |
| XYZ | 66.15 | 86.18 | 16.28 | - |
| YUV | 221 | 32.06 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 51 | 0.12 | 0 | 0.80 | 0.01 | 68.91 | 0.98 | 0.6 |
| Hex | DF | FD | 33 | C | 0 | 50 | 1 | 45 | 62 | 3C |
| Octal | 337 | 375 | 63 | 14 | 0 | 120 | 1 | 105 | 142 | 74 |
| Binary | 11011111 | 11111101 | 110011 | 1100 | 0 | 1010000 | 1 | 1000101 | 1100010 | 111100 |
Color Harmonies of #DFFD33
Complementary color
Monochromatic Colors of #DFFD33
Black with #DFFD33
Text Example
Text Example
White with #DFFD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFD33; }
p { color: rgb(223,253,51); }
H1.HeaderClassName
{
color: #DFFD33;
}
.AnyTagClassName
{
color: #DFFD33;
}
</style>
background-color css
<style>
a { background-color: #DFFD33; }
a { background-color: rgb(223,253,51); }
div.DivClassName
{
background-color: #DFFD33;
}
.BgClassName
{
background-color: #DFFD33;
}
</style>
border-color css
<style>
span { border-color: #DFFD33; }
span { border-color: rgb(223,253,51); }
td.TdClassName
{
border-color: #DFFD33;
}
.TagClassName
{
border-color: #DFFD33;
}
</style>