Shades of Pear #DFFC25
Tints of Pear #DFFC25
RGB
CMYK
RGB Variations
Color information
#DFFC25 (or 0xDFFC25) is known color: Pear. HEX triplet: DF, FC and 25. RGB value is (223,252,37). Sum of RGB (Red+Green+Blue) = 223+252+37=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 37 (14.84% from 255 or 7.23% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFC25 is #2003DA. Grayscale: #DBDBDB. Windows color (decimal): -2098139 or 2489567. OLE color: 2489567.
HSL color Cylindrical-coordinate representation of color #DFFC25: hue angle of 68.09º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFFC25 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 37 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.01 |
| HSL | 68.09º | 0.97% | 0.57% | - |
| HSV(B) | 68.09º | 0.85% | 0.99% | - |
| XYZ | 65.58 | 85.44 | 14.79 | - |
| YUV | 218.82 | 25.39 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 37 | 0.12 | 0 | 0.85 | 0.01 | 68.09 | 0.97 | 0.57 |
| Hex | DF | FC | 25 | C | 0 | 55 | 1 | 44 | 61 | 39 |
| Octal | 337 | 374 | 45 | 14 | 0 | 125 | 1 | 104 | 141 | 71 |
| Binary | 11011111 | 11111100 | 100101 | 1100 | 0 | 1010101 | 1 | 1000100 | 1100001 | 111001 |
Color Harmonies of #DFFC25
Complementary color
Monochromatic Colors of #DFFC25
Black with #DFFC25
Text Example
Text Example
White with #DFFC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC25; }
p { color: rgb(223,252,37); }
H1.HeaderClassName
{
color: #DFFC25;
}
.AnyTagClassName
{
color: #DFFC25;
}
</style>
background-color css
<style>
a { background-color: #DFFC25; }
a { background-color: rgb(223,252,37); }
div.DivClassName
{
background-color: #DFFC25;
}
.BgClassName
{
background-color: #DFFC25;
}
</style>
border-color css
<style>
span { border-color: #DFFC25; }
span { border-color: rgb(223,252,37); }
td.TdClassName
{
border-color: #DFFC25;
}
.TagClassName
{
border-color: #DFFC25;
}
</style>