Shades of Pear #DFF625
Tints of Pear #DFF625
RGB
CMYK
RGB Variations
Color information
#DFF625 (or 0xDFF625) is known color: Pear. HEX triplet: DF, F6 and 25. RGB value is (223,246,37). Sum of RGB (Red+Green+Blue) = 223+246+37=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 37 (14.84% from 255 or 7.31% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF625 is #2009DA. Grayscale: #D8D8D8. Windows color (decimal): -2099675 or 2488031. OLE color: 2488031.
HSL color Cylindrical-coordinate representation of color #DFF625: hue angle of 66.6º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFF625 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 37 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.04 |
| HSL | 66.6º | 0.92% | 0.55% | - |
| HSV(B) | 66.6º | 0.85% | 0.96% | - |
| XYZ | 63.72 | 81.73 | 14.17 | - |
| YUV | 215.3 | 27.38 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 37 | 0.09 | 0 | 0.85 | 0.04 | 66.6 | 0.92 | 0.55 |
| Hex | DF | F6 | 25 | 9 | 0 | 55 | 4 | 43 | 5C | 37 |
| Octal | 337 | 366 | 45 | 11 | 0 | 125 | 4 | 103 | 134 | 67 |
| Binary | 11011111 | 11110110 | 100101 | 1001 | 0 | 1010101 | 100 | 1000011 | 1011100 | 110111 |
Color Harmonies of #DFF625
Complementary color
Monochromatic Colors of #DFF625
Black with #DFF625
Text Example
Text Example
White with #DFF625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF625; }
p { color: rgb(223,246,37); }
H1.HeaderClassName
{
color: #DFF625;
}
.AnyTagClassName
{
color: #DFF625;
}
</style>
background-color css
<style>
a { background-color: #DFF625; }
a { background-color: rgb(223,246,37); }
div.DivClassName
{
background-color: #DFF625;
}
.BgClassName
{
background-color: #DFF625;
}
</style>
border-color css
<style>
span { border-color: #DFF625; }
span { border-color: rgb(223,246,37); }
td.TdClassName
{
border-color: #DFF625;
}
.TagClassName
{
border-color: #DFF625;
}
</style>