Shades of Pear #DFFF37
Tints of Pear #DFFF37
RGB
CMYK
RGB Variations
Color information
#DFFF37 (or 0xDFFF37) is known color: Pear. HEX triplet: DF, FF and 37. RGB value is (223,255,55). Sum of RGB (Red+Green+Blue) = 223+255+55=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 55 (21.88% from 255 or 10.32% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFF37 is #2000C8. Grayscale: #DFDFDF. Windows color (decimal): -2097353 or 3669983. OLE color: 3669983.
HSL color Cylindrical-coordinate representation of color #DFFF37: hue angle of 69.6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFFF37 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 55 | - |
| CMYK | 0.13 | 0 | 0.78 | 0 |
| HSL | 69.6º | 1% | 0.61% | - |
| HSV(B) | 69.6º | 0.78% | 1% | - |
| XYZ | 66.88 | 87.48 | 16.98 | - |
| YUV | 222.63 | 33.4 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 55 | 0.13 | 0 | 0.78 | 0 | 69.6 | 1 | 0.61 |
| Hex | DF | FF | 37 | D | 0 | 4E | 0 | 46 | 64 | 3D |
| Octal | 337 | 377 | 67 | 15 | 0 | 116 | 0 | 106 | 144 | 75 |
| Binary | 11011111 | 11111111 | 110111 | 1101 | 0 | 1001110 | 0 | 1000110 | 1100100 | 111101 |
Color Harmonies of #DFFF37
Complementary color
Monochromatic Colors of #DFFF37
Black with #DFFF37
Text Example
Text Example
White with #DFFF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF37; }
p { color: rgb(223,255,55); }
H1.HeaderClassName
{
color: #DFFF37;
}
.AnyTagClassName
{
color: #DFFF37;
}
</style>
background-color css
<style>
a { background-color: #DFFF37; }
a { background-color: rgb(223,255,55); }
div.DivClassName
{
background-color: #DFFF37;
}
.BgClassName
{
background-color: #DFFF37;
}
</style>
border-color css
<style>
span { border-color: #DFFF37; }
span { border-color: rgb(223,255,55); }
td.TdClassName
{
border-color: #DFFF37;
}
.TagClassName
{
border-color: #DFFF37;
}
</style>