Shades of Pear #DFFC41
Tints of Pear #DFFC41
RGB
CMYK
RGB Variations
Color information
#DFFC41 (or 0xDFFC41) is known color: Pear. HEX triplet: DF, FC and 41. RGB value is (223,252,65). Sum of RGB (Red+Green+Blue) = 223+252+65=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 65 (25.78% from 255 or 12.04% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFC41 is #2003BE. Grayscale: #DEDEDE. Windows color (decimal): -2098111 or 4324575. OLE color: 4324575.
HSL color Cylindrical-coordinate representation of color #DFFC41: hue angle of 69.3º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFFC41 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 65 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.01 |
| HSL | 69.3º | 0.97% | 0.62% | - |
| HSV(B) | 69.3º | 0.74% | 0.99% | - |
| XYZ | 66.2 | 85.69 | 18.05 | - |
| YUV | 222.01 | 39.39 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 65 | 0.12 | 0 | 0.74 | 0.01 | 69.3 | 0.97 | 0.62 |
| Hex | DF | FC | 41 | C | 0 | 4A | 1 | 45 | 61 | 3E |
| Octal | 337 | 374 | 101 | 14 | 0 | 112 | 1 | 105 | 141 | 76 |
| Binary | 11011111 | 11111100 | 1000001 | 1100 | 0 | 1001010 | 1 | 1000101 | 1100001 | 111110 |
Color Harmonies of #DFFC41
Complementary color
Monochromatic Colors of #DFFC41
Black with #DFFC41
Text Example
Text Example
White with #DFFC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC41; }
p { color: rgb(223,252,65); }
H1.HeaderClassName
{
color: #DFFC41;
}
.AnyTagClassName
{
color: #DFFC41;
}
</style>
background-color css
<style>
a { background-color: #DFFC41; }
a { background-color: rgb(223,252,65); }
div.DivClassName
{
background-color: #DFFC41;
}
.BgClassName
{
background-color: #DFFC41;
}
</style>
border-color css
<style>
span { border-color: #DFFC41; }
span { border-color: rgb(223,252,65); }
td.TdClassName
{
border-color: #DFFC41;
}
.TagClassName
{
border-color: #DFFC41;
}
</style>