Shades of Pear #DFF641
Tints of Pear #DFF641
RGB
CMYK
RGB Variations
Color information
#DFF641 (or 0xDFF641) is known color: Pear. HEX triplet: DF, F6 and 41. RGB value is (223,246,65). Sum of RGB (Red+Green+Blue) = 223+246+65=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 65 (25.78% from 255 or 12.17% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF641 is #2009BE. Grayscale: #DBDBDB. Windows color (decimal): -2099647 or 4323039. OLE color: 4323039.
HSL color Cylindrical-coordinate representation of color #DFF641: hue angle of 67.62º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFF641 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 65 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.04 |
| HSL | 67.62º | 0.91% | 0.61% | - |
| HSV(B) | 67.62º | 0.74% | 0.96% | - |
| XYZ | 64.34 | 81.98 | 17.43 | - |
| YUV | 218.49 | 41.38 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 65 | 0.09 | 0 | 0.74 | 0.04 | 67.62 | 0.91 | 0.61 |
| Hex | DF | F6 | 41 | 9 | 0 | 4A | 4 | 44 | 5B | 3D |
| Octal | 337 | 366 | 101 | 11 | 0 | 112 | 4 | 104 | 133 | 75 |
| Binary | 11011111 | 11110110 | 1000001 | 1001 | 0 | 1001010 | 100 | 1000100 | 1011011 | 111101 |
Color Harmonies of #DFF641
Complementary color
Monochromatic Colors of #DFF641
Black with #DFF641
Text Example
Text Example
White with #DFF641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF641; }
p { color: rgb(223,246,65); }
H1.HeaderClassName
{
color: #DFF641;
}
.AnyTagClassName
{
color: #DFF641;
}
</style>
background-color css
<style>
a { background-color: #DFF641; }
a { background-color: rgb(223,246,65); }
div.DivClassName
{
background-color: #DFF641;
}
.BgClassName
{
background-color: #DFF641;
}
</style>
border-color css
<style>
span { border-color: #DFF641; }
span { border-color: rgb(223,246,65); }
td.TdClassName
{
border-color: #DFF641;
}
.TagClassName
{
border-color: #DFF641;
}
</style>