Shades of Pear #DFFF3C
Tints of Pear #DFFF3C
RGB
CMYK
RGB Variations
Color information
#DFFF3C (or 0xDFFF3C) is known color: Pear. HEX triplet: DF, FF and 3C. RGB value is (223,255,60). Sum of RGB (Red+Green+Blue) = 223+255+60=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 60 (23.83% from 255 or 11.15% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFF3C is #2000C3. Grayscale: #DFDFDF. Windows color (decimal): -2097348 or 3997663. OLE color: 3997663.
HSL color Cylindrical-coordinate representation of color #DFFF3C: hue angle of 69.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFFF3C is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 60 | - |
| CMYK | 0.13 | 0 | 0.76 | 0 |
| HSL | 69.85º | 1% | 0.62% | - |
| HSV(B) | 69.85º | 0.76% | 1% | - |
| XYZ | 67.01 | 87.53 | 17.64 | - |
| YUV | 223.2 | 35.9 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 60 | 0.13 | 0 | 0.76 | 0 | 69.85 | 1 | 0.62 |
| Hex | DF | FF | 3C | D | 0 | 4C | 0 | 46 | 64 | 3E |
| Octal | 337 | 377 | 74 | 15 | 0 | 114 | 0 | 106 | 144 | 76 |
| Binary | 11011111 | 11111111 | 111100 | 1101 | 0 | 1001100 | 0 | 1000110 | 1100100 | 111110 |
Color Harmonies of #DFFF3C
Complementary color
Monochromatic Colors of #DFFF3C
Black with #DFFF3C
Text Example
Text Example
White with #DFFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF3C; }
p { color: rgb(223,255,60); }
H1.HeaderClassName
{
color: #DFFF3C;
}
.AnyTagClassName
{
color: #DFFF3C;
}
</style>
background-color css
<style>
a { background-color: #DFFF3C; }
a { background-color: rgb(223,255,60); }
div.DivClassName
{
background-color: #DFFF3C;
}
.BgClassName
{
background-color: #DFFF3C;
}
</style>
border-color css
<style>
span { border-color: #DFFF3C; }
span { border-color: rgb(223,255,60); }
td.TdClassName
{
border-color: #DFFF3C;
}
.TagClassName
{
border-color: #DFFF3C;
}
</style>