Shades of Pear #DFF524
Tints of Pear #DFF524
RGB
CMYK
RGB Variations
Color information
#DFF524 (or 0xDFF524) is known color: Pear. HEX triplet: DF, F5 and 24. RGB value is (223,245,36). Sum of RGB (Red+Green+Blue) = 223+245+36=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 36 (14.45% from 255 or 7.14% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF524 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF524 is #200ADB. Grayscale: #D7D7D7. Windows color (decimal): -2099932 or 2422239. OLE color: 2422239.
HSL color Cylindrical-coordinate representation of color #DFF524: hue angle of 66.32º degrees, saturation: 0.91, 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 #DFF524 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 36 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.04 |
| HSL | 66.32º | 0.91% | 0.55% | - |
| HSV(B) | 66.32º | 0.85% | 0.96% | - |
| XYZ | 63.4 | 81.12 | 13.99 | - |
| YUV | 214.6 | 27.21 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 36 | 0.09 | 0 | 0.85 | 0.04 | 66.32 | 0.91 | 0.55 |
| Hex | DF | F5 | 24 | 9 | 0 | 55 | 4 | 42 | 5B | 37 |
| Octal | 337 | 365 | 44 | 11 | 0 | 125 | 4 | 102 | 133 | 67 |
| Binary | 11011111 | 11110101 | 100100 | 1001 | 0 | 1010101 | 100 | 1000010 | 1011011 | 110111 |
Color Harmonies of #DFF524
Complementary color
Monochromatic Colors of #DFF524
Black with #DFF524
Text Example
Text Example
White with #DFF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF524; }
p { color: rgb(223,245,36); }
H1.HeaderClassName
{
color: #DFF524;
}
.AnyTagClassName
{
color: #DFF524;
}
</style>
background-color css
<style>
a { background-color: #DFF524; }
a { background-color: rgb(223,245,36); }
div.DivClassName
{
background-color: #DFF524;
}
.BgClassName
{
background-color: #DFF524;
}
</style>
border-color css
<style>
span { border-color: #DFF524; }
span { border-color: rgb(223,245,36); }
td.TdClassName
{
border-color: #DFF524;
}
.TagClassName
{
border-color: #DFF524;
}
</style>