Shades of Pear #DFFE45
Tints of Pear #DFFE45
RGB
CMYK
RGB Variations
Color information
#DFFE45 (or 0xDFFE45) is known color: Pear. HEX triplet: DF, FE and 45. RGB value is (223,254,69). Sum of RGB (Red+Green+Blue) = 223+254+69=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 69 (27.34% from 255 or 12.64% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFE45 is #2001BA. Grayscale: #E0E0E0. Windows color (decimal): -2097595 or 4587231. OLE color: 4587231.
HSL color Cylindrical-coordinate representation of color #DFFE45: hue angle of 70.05º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFFE45 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 69 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.00 |
| HSL | 70.05º | 0.99% | 0.63% | - |
| HSV(B) | 70.05º | 0.73% | 1% | - |
| XYZ | 66.95 | 87 | 18.89 | - |
| YUV | 223.64 | 40.73 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 69 | 0.12 | 0 | 0.73 | 0.00 | 70.05 | 0.99 | 0.63 |
| Hex | DF | FE | 45 | C | 0 | 49 | 0 | 46 | 63 | 3F |
| Octal | 337 | 376 | 105 | 14 | 0 | 111 | 0 | 106 | 143 | 77 |
| Binary | 11011111 | 11111110 | 1000101 | 1100 | 0 | 1001001 | 0 | 1000110 | 1100011 | 111111 |
Color Harmonies of #DFFE45
Complementary color
Monochromatic Colors of #DFFE45
Black with #DFFE45
Text Example
Text Example
White with #DFFE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE45; }
p { color: rgb(223,254,69); }
H1.HeaderClassName
{
color: #DFFE45;
}
.AnyTagClassName
{
color: #DFFE45;
}
</style>
background-color css
<style>
a { background-color: #DFFE45; }
a { background-color: rgb(223,254,69); }
div.DivClassName
{
background-color: #DFFE45;
}
.BgClassName
{
background-color: #DFFE45;
}
</style>
border-color css
<style>
span { border-color: #DFFE45; }
span { border-color: rgb(223,254,69); }
td.TdClassName
{
border-color: #DFFE45;
}
.TagClassName
{
border-color: #DFFE45;
}
</style>