Shades of Pear #DFED25
Tints of Pear #DFED25
RGB
CMYK
RGB Variations
Color information
#DFED25 (or 0xDFED25) is known color: Pear. HEX triplet: DF, ED and 25. RGB value is (223,237,37). Sum of RGB (Red+Green+Blue) = 223+237+37=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 37 (14.84% from 255 or 7.44% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFED25 is #2012DA. Grayscale: #D2D2D2. Windows color (decimal): -2101979 or 2485727. OLE color: 2485727.
HSL color Cylindrical-coordinate representation of color #DFED25: hue angle of 64.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFED25 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 37 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.07 |
| HSL | 64.2º | 0.85% | 0.54% | - |
| HSV(B) | 64.2º | 0.84% | 0.93% | - |
| XYZ | 61.05 | 76.39 | 13.28 | - |
| YUV | 210.01 | 30.36 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 37 | 0.06 | 0 | 0.84 | 0.07 | 64.2 | 0.85 | 0.54 |
| Hex | DF | ED | 25 | 6 | 0 | 54 | 7 | 40 | 55 | 36 |
| Octal | 337 | 355 | 45 | 6 | 0 | 124 | 7 | 100 | 125 | 66 |
| Binary | 11011111 | 11101101 | 100101 | 110 | 0 | 1010100 | 111 | 1000000 | 1010101 | 110110 |
Color Harmonies of #DFED25
Complementary color
Monochromatic Colors of #DFED25
Black with #DFED25
Text Example
Text Example
White with #DFED25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFED25; }
p { color: rgb(223,237,37); }
H1.HeaderClassName
{
color: #DFED25;
}
.AnyTagClassName
{
color: #DFED25;
}
</style>
background-color css
<style>
a { background-color: #DFED25; }
a { background-color: rgb(223,237,37); }
div.DivClassName
{
background-color: #DFED25;
}
.BgClassName
{
background-color: #DFED25;
}
</style>
border-color css
<style>
span { border-color: #DFED25; }
span { border-color: rgb(223,237,37); }
td.TdClassName
{
border-color: #DFED25;
}
.TagClassName
{
border-color: #DFED25;
}
</style>