Shades of Pear #DFFF25
Tints of Pear #DFFF25
RGB
CMYK
RGB Variations
Color information
#DFFF25 (or 0xDFFF25) is known color: Pear. HEX triplet: DF, FF and 25. RGB value is (223,255,37). Sum of RGB (Red+Green+Blue) = 223+255+37=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 37 (14.84% from 255 or 7.18% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFF25 is #2000DA. Grayscale: #DDDDDD. Windows color (decimal): -2097371 or 2490335. OLE color: 2490335.
HSL color Cylindrical-coordinate representation of color #DFFF25: hue angle of 68.81º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFFF25 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 37 | - |
| CMYK | 0.13 | 0 | 0.85 | 0 |
| HSL | 68.81º | 1% | 0.57% | - |
| HSV(B) | 68.81º | 0.85% | 1% | - |
| XYZ | 66.53 | 87.34 | 15.1 | - |
| YUV | 220.58 | 24.4 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 37 | 0.13 | 0 | 0.85 | 0 | 68.81 | 1 | 0.57 |
| Hex | DF | FF | 25 | D | 0 | 55 | 0 | 45 | 64 | 39 |
| Octal | 337 | 377 | 45 | 15 | 0 | 125 | 0 | 105 | 144 | 71 |
| Binary | 11011111 | 11111111 | 100101 | 1101 | 0 | 1010101 | 0 | 1000101 | 1100100 | 111001 |
Color Harmonies of #DFFF25
Complementary color
Monochromatic Colors of #DFFF25
Black with #DFFF25
Text Example
Text Example
White with #DFFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF25; }
p { color: rgb(223,255,37); }
H1.HeaderClassName
{
color: #DFFF25;
}
.AnyTagClassName
{
color: #DFFF25;
}
</style>
background-color css
<style>
a { background-color: #DFFF25; }
a { background-color: rgb(223,255,37); }
div.DivClassName
{
background-color: #DFFF25;
}
.BgClassName
{
background-color: #DFFF25;
}
</style>
border-color css
<style>
span { border-color: #DFFF25; }
span { border-color: rgb(223,255,37); }
td.TdClassName
{
border-color: #DFFF25;
}
.TagClassName
{
border-color: #DFFF25;
}
</style>