Shades of Pear #DFF535
Tints of Pear #DFF535
RGB
CMYK
RGB Variations
Color information
#DFF535 (or 0xDFF535) is known color: Pear. HEX triplet: DF, F5 and 35. RGB value is (223,245,53). Sum of RGB (Red+Green+Blue) = 223+245+53=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 53 (21.09% from 255 or 10.17% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF535 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF535 is #200ACA. Grayscale: #D9D9D9. Windows color (decimal): -2099915 or 3536351. OLE color: 3536351.
HSL color Cylindrical-coordinate representation of color #DFF535: hue angle of 66.87º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFF535 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 53 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.04 |
| HSL | 66.87º | 0.91% | 0.58% | - |
| HSV(B) | 66.87º | 0.78% | 0.96% | - |
| XYZ | 63.73 | 81.25 | 15.69 | - |
| YUV | 216.53 | 35.71 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 53 | 0.09 | 0 | 0.78 | 0.04 | 66.87 | 0.91 | 0.58 |
| Hex | DF | F5 | 35 | 9 | 0 | 4E | 4 | 43 | 5B | 3A |
| Octal | 337 | 365 | 65 | 11 | 0 | 116 | 4 | 103 | 133 | 72 |
| Binary | 11011111 | 11110101 | 110101 | 1001 | 0 | 1001110 | 100 | 1000011 | 1011011 | 111010 |
Color Harmonies of #DFF535
Complementary color
Monochromatic Colors of #DFF535
Black with #DFF535
Text Example
Text Example
White with #DFF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF535; }
p { color: rgb(223,245,53); }
H1.HeaderClassName
{
color: #DFF535;
}
.AnyTagClassName
{
color: #DFF535;
}
</style>
background-color css
<style>
a { background-color: #DFF535; }
a { background-color: rgb(223,245,53); }
div.DivClassName
{
background-color: #DFF535;
}
.BgClassName
{
background-color: #DFF535;
}
</style>
border-color css
<style>
span { border-color: #DFF535; }
span { border-color: rgb(223,245,53); }
td.TdClassName
{
border-color: #DFF535;
}
.TagClassName
{
border-color: #DFF535;
}
</style>