Shades of Pear #DFFE35
Tints of Pear #DFFE35
RGB
CMYK
RGB Variations
Color information
#DFFE35 (or 0xDFFE35) is known color: Pear. HEX triplet: DF, FE and 35. RGB value is (223,254,53). Sum of RGB (Red+Green+Blue) = 223+254+53=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 53 (21.09% from 255 or 10% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFE35 is #2001CA. Grayscale: #DEDEDE. Windows color (decimal): -2097611 or 3538655. OLE color: 3538655.
HSL color Cylindrical-coordinate representation of color #DFFE35: hue angle of 69.25º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFFE35 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 53 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.00 |
| HSL | 69.25º | 0.99% | 0.6% | - |
| HSV(B) | 69.25º | 0.79% | 1% | - |
| XYZ | 66.52 | 86.83 | 16.62 | - |
| YUV | 221.82 | 32.73 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 53 | 0.12 | 0 | 0.79 | 0.00 | 69.25 | 0.99 | 0.6 |
| Hex | DF | FE | 35 | C | 0 | 4F | 0 | 45 | 63 | 3C |
| Octal | 337 | 376 | 65 | 14 | 0 | 117 | 0 | 105 | 143 | 74 |
| Binary | 11011111 | 11111110 | 110101 | 1100 | 0 | 1001111 | 0 | 1000101 | 1100011 | 111100 |
Color Harmonies of #DFFE35
Complementary color
Monochromatic Colors of #DFFE35
Black with #DFFE35
Text Example
Text Example
White with #DFFE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE35; }
p { color: rgb(223,254,53); }
H1.HeaderClassName
{
color: #DFFE35;
}
.AnyTagClassName
{
color: #DFFE35;
}
</style>
background-color css
<style>
a { background-color: #DFFE35; }
a { background-color: rgb(223,254,53); }
div.DivClassName
{
background-color: #DFFE35;
}
.BgClassName
{
background-color: #DFFE35;
}
</style>
border-color css
<style>
span { border-color: #DFFE35; }
span { border-color: rgb(223,254,53); }
td.TdClassName
{
border-color: #DFFE35;
}
.TagClassName
{
border-color: #DFFE35;
}
</style>