Shades of Pear #DFF741
Tints of Pear #DFF741
RGB
CMYK
RGB Variations
Color information
#DFF741 (or 0xDFF741) is known color: Pear. HEX triplet: DF, F7 and 41. RGB value is (223,247,65). Sum of RGB (Red+Green+Blue) = 223+247+65=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 65 (25.78% from 255 or 12.15% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #DFF741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF741 is #2008BE. Grayscale: #DBDBDB. Windows color (decimal): -2099391 or 4323295. OLE color: 4323295.
HSL color Cylindrical-coordinate representation of color #DFF741: hue angle of 67.91º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFF741 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 247 | 65 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.03 |
| HSL | 67.91º | 0.92% | 0.61% | - |
| HSV(B) | 67.91º | 0.74% | 0.97% | - |
| XYZ | 64.65 | 82.59 | 17.54 | - |
| YUV | 219.08 | 41.05 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 65 | 0.10 | 0 | 0.74 | 0.03 | 67.91 | 0.92 | 0.61 |
| Hex | DF | F7 | 41 | A | 0 | 4A | 3 | 44 | 5C | 3D |
| Octal | 337 | 367 | 101 | 12 | 0 | 112 | 3 | 104 | 134 | 75 |
| Binary | 11011111 | 11110111 | 1000001 | 1010 | 0 | 1001010 | 11 | 1000100 | 1011100 | 111101 |
Color Harmonies of #DFF741
Complementary color
Monochromatic Colors of #DFF741
Black with #DFF741
Text Example
Text Example
White with #DFF741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF741; }
p { color: rgb(223,247,65); }
H1.HeaderClassName
{
color: #DFF741;
}
.AnyTagClassName
{
color: #DFF741;
}
</style>
background-color css
<style>
a { background-color: #DFF741; }
a { background-color: rgb(223,247,65); }
div.DivClassName
{
background-color: #DFF741;
}
.BgClassName
{
background-color: #DFF741;
}
</style>
border-color css
<style>
span { border-color: #DFF741; }
span { border-color: rgb(223,247,65); }
td.TdClassName
{
border-color: #DFF741;
}
.TagClassName
{
border-color: #DFF741;
}
</style>