Shades of Pear #DFFF45
Tints of Pear #DFFF45
RGB
CMYK
RGB Variations
Color information
#DFFF45 (or 0xDFFF45) is known color: Pear. HEX triplet: DF, FF and 45. RGB value is (223,255,69). Sum of RGB (Red+Green+Blue) = 223+255+69=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 69 (27.34% from 255 or 12.61% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFF45 is #2000BA. Grayscale: #E0E0E0. Windows color (decimal): -2097339 or 4587487. OLE color: 4587487.
HSL color Cylindrical-coordinate representation of color #DFFF45: hue angle of 70.32º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFFF45 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 69 | - |
| CMYK | 0.13 | 0 | 0.73 | 0 |
| HSL | 70.32º | 1% | 0.64% | - |
| HSV(B) | 70.32º | 0.73% | 1% | - |
| XYZ | 67.27 | 87.64 | 19 | - |
| YUV | 224.23 | 40.4 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 69 | 0.13 | 0 | 0.73 | 0 | 70.32 | 1 | 0.64 |
| Hex | DF | FF | 45 | D | 0 | 49 | 0 | 46 | 64 | 40 |
| Octal | 337 | 377 | 105 | 15 | 0 | 111 | 0 | 106 | 144 | 100 |
| Binary | 11011111 | 11111111 | 1000101 | 1101 | 0 | 1001001 | 0 | 1000110 | 1100100 | 1000000 |
Color Harmonies of #DFFF45
Complementary color
Monochromatic Colors of #DFFF45
Black with #DFFF45
Text Example
Text Example
White with #DFFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF45; }
p { color: rgb(223,255,69); }
H1.HeaderClassName
{
color: #DFFF45;
}
.AnyTagClassName
{
color: #DFFF45;
}
</style>
background-color css
<style>
a { background-color: #DFFF45; }
a { background-color: rgb(223,255,69); }
div.DivClassName
{
background-color: #DFFF45;
}
.BgClassName
{
background-color: #DFFF45;
}
</style>
border-color css
<style>
span { border-color: #DFFF45; }
span { border-color: rgb(223,255,69); }
td.TdClassName
{
border-color: #DFFF45;
}
.TagClassName
{
border-color: #DFFF45;
}
</style>