Shades of Pear #DFF523
Tints of Pear #DFF523
RGB
CMYK
RGB Variations
Color information
#DFF523 (or 0xDFF523) is known color: Pear. HEX triplet: DF, F5 and 23. RGB value is (223,245,35). Sum of RGB (Red+Green+Blue) = 223+245+35=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 35 (14.06% from 255 or 6.96% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF523 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF523 is #200ADC. Grayscale: #D7D7D7. Windows color (decimal): -2099933 or 2356703. OLE color: 2356703.
HSL color Cylindrical-coordinate representation of color #DFF523: hue angle of 66.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFF523 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 35 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.04 |
| HSL | 66.29º | 0.91% | 0.55% | - |
| HSV(B) | 66.29º | 0.86% | 0.96% | - |
| XYZ | 63.39 | 81.11 | 13.91 | - |
| YUV | 214.48 | 26.71 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 35 | 0.09 | 0 | 0.86 | 0.04 | 66.29 | 0.91 | 0.55 |
| Hex | DF | F5 | 23 | 9 | 0 | 56 | 4 | 42 | 5B | 37 |
| Octal | 337 | 365 | 43 | 11 | 0 | 126 | 4 | 102 | 133 | 67 |
| Binary | 11011111 | 11110101 | 100011 | 1001 | 0 | 1010110 | 100 | 1000010 | 1011011 | 110111 |
Color Harmonies of #DFF523
Complementary color
Monochromatic Colors of #DFF523
Black with #DFF523
Text Example
Text Example
White with #DFF523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF523; }
p { color: rgb(223,245,35); }
H1.HeaderClassName
{
color: #DFF523;
}
.AnyTagClassName
{
color: #DFF523;
}
</style>
background-color css
<style>
a { background-color: #DFF523; }
a { background-color: rgb(223,245,35); }
div.DivClassName
{
background-color: #DFF523;
}
.BgClassName
{
background-color: #DFF523;
}
</style>
border-color css
<style>
span { border-color: #DFF523; }
span { border-color: rgb(223,245,35); }
td.TdClassName
{
border-color: #DFF523;
}
.TagClassName
{
border-color: #DFF523;
}
</style>