Shades of Pear #DFF926
Tints of Pear #DFF926
RGB
CMYK
RGB Variations
Color information
#DFF926 (or 0xDFF926) is known color: Pear. HEX triplet: DF, F9 and 26. RGB value is (223,249,38). Sum of RGB (Red+Green+Blue) = 223+249+38=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 38 (15.23% from 255 or 7.45% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF926 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF926 is #2006D9. Grayscale: #D9D9D9. Windows color (decimal): -2098906 or 2554335. OLE color: 2554335.
HSL color Cylindrical-coordinate representation of color #DFF926: hue angle of 67.39º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFF926 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 38 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.02 |
| HSL | 67.39º | 0.95% | 0.56% | - |
| HSV(B) | 67.39º | 0.85% | 0.98% | - |
| XYZ | 64.66 | 83.58 | 14.56 | - |
| YUV | 217.17 | 26.89 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 38 | 0.10 | 0 | 0.85 | 0.02 | 67.39 | 0.95 | 0.56 |
| Hex | DF | F9 | 26 | A | 0 | 55 | 2 | 43 | 5F | 38 |
| Octal | 337 | 371 | 46 | 12 | 0 | 125 | 2 | 103 | 137 | 70 |
| Binary | 11011111 | 11111001 | 100110 | 1010 | 0 | 1010101 | 10 | 1000011 | 1011111 | 111000 |
Color Harmonies of #DFF926
Complementary color
Monochromatic Colors of #DFF926
Black with #DFF926
Text Example
Text Example
White with #DFF926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF926; }
p { color: rgb(223,249,38); }
H1.HeaderClassName
{
color: #DFF926;
}
.AnyTagClassName
{
color: #DFF926;
}
</style>
background-color css
<style>
a { background-color: #DFF926; }
a { background-color: rgb(223,249,38); }
div.DivClassName
{
background-color: #DFF926;
}
.BgClassName
{
background-color: #DFF926;
}
</style>
border-color css
<style>
span { border-color: #DFF926; }
span { border-color: rgb(223,249,38); }
td.TdClassName
{
border-color: #DFF926;
}
.TagClassName
{
border-color: #DFF926;
}
</style>