Shades of Pear #DFFE23
Tints of Pear #DFFE23
RGB
CMYK
RGB Variations
Color information
#DFFE23 (or 0xDFFE23) is known color: Pear. HEX triplet: DF, FE and 23. RGB value is (223,254,35). Sum of RGB (Red+Green+Blue) = 223+254+35=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 35 (14.06% from 255 or 6.84% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFE23 is #2001DC. Grayscale: #DCDCDC. Windows color (decimal): -2097629 or 2359007. OLE color: 2359007.
HSL color Cylindrical-coordinate representation of color #DFFE23: hue angle of 68.49º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFFE23 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 35 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.00 |
| HSL | 68.49º | 0.99% | 0.57% | - |
| HSV(B) | 68.49º | 0.86% | 1% | - |
| XYZ | 66.18 | 86.69 | 14.84 | - |
| YUV | 219.77 | 23.73 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 35 | 0.12 | 0 | 0.86 | 0.00 | 68.49 | 0.99 | 0.57 |
| Hex | DF | FE | 23 | C | 0 | 56 | 0 | 44 | 63 | 39 |
| Octal | 337 | 376 | 43 | 14 | 0 | 126 | 0 | 104 | 143 | 71 |
| Binary | 11011111 | 11111110 | 100011 | 1100 | 0 | 1010110 | 0 | 1000100 | 1100011 | 111001 |
Color Harmonies of #DFFE23
Complementary color
Monochromatic Colors of #DFFE23
Black with #DFFE23
Text Example
Text Example
White with #DFFE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE23; }
p { color: rgb(223,254,35); }
H1.HeaderClassName
{
color: #DFFE23;
}
.AnyTagClassName
{
color: #DFFE23;
}
</style>
background-color css
<style>
a { background-color: #DFFE23; }
a { background-color: rgb(223,254,35); }
div.DivClassName
{
background-color: #DFFE23;
}
.BgClassName
{
background-color: #DFFE23;
}
</style>
border-color css
<style>
span { border-color: #DFFE23; }
span { border-color: rgb(223,254,35); }
td.TdClassName
{
border-color: #DFFE23;
}
.TagClassName
{
border-color: #DFFE23;
}
</style>