Shades of Pear #DFF125
Tints of Pear #DFF125
RGB
CMYK
RGB Variations
Color information
#DFF125 (or 0xDFF125) is known color: Pear. HEX triplet: DF, F1 and 25. RGB value is (223,241,37). Sum of RGB (Red+Green+Blue) = 223+241+37=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 37 (14.84% from 255 or 7.39% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF125 is #200EDA. Grayscale: #D5D5D5. Windows color (decimal): -2100955 or 2486751. OLE color: 2486751.
HSL color Cylindrical-coordinate representation of color #DFF125: hue angle of 65.29º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFF125 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 37 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.05 |
| HSL | 65.29º | 0.88% | 0.55% | - |
| HSV(B) | 65.29º | 0.85% | 0.95% | - |
| XYZ | 62.22 | 78.73 | 13.67 | - |
| YUV | 212.36 | 29.04 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 37 | 0.07 | 0 | 0.85 | 0.05 | 65.29 | 0.88 | 0.55 |
| Hex | DF | F1 | 25 | 7 | 0 | 55 | 5 | 41 | 58 | 37 |
| Octal | 337 | 361 | 45 | 7 | 0 | 125 | 5 | 101 | 130 | 67 |
| Binary | 11011111 | 11110001 | 100101 | 111 | 0 | 1010101 | 101 | 1000001 | 1011000 | 110111 |
Color Harmonies of #DFF125
Complementary color
Monochromatic Colors of #DFF125
Black with #DFF125
Text Example
Text Example
White with #DFF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF125; }
p { color: rgb(223,241,37); }
H1.HeaderClassName
{
color: #DFF125;
}
.AnyTagClassName
{
color: #DFF125;
}
</style>
background-color css
<style>
a { background-color: #DFF125; }
a { background-color: rgb(223,241,37); }
div.DivClassName
{
background-color: #DFF125;
}
.BgClassName
{
background-color: #DFF125;
}
</style>
border-color css
<style>
span { border-color: #DFF125; }
span { border-color: rgb(223,241,37); }
td.TdClassName
{
border-color: #DFF125;
}
.TagClassName
{
border-color: #DFF125;
}
</style>