Shades of Pear #DFF01D
Tints of Pear #DFF01D
RGB
CMYK
RGB Variations
Color information
#DFF01D (or 0xDFF01D) is known color: Pear. HEX triplet: DF, F0 and 1D. RGB value is (223,240,29). Sum of RGB (Red+Green+Blue) = 223+240+29=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF01D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF01D is #200FE2. Grayscale: #D3D3D3. Windows color (decimal): -2101219 or 1962207. OLE color: 1962207.
HSL color Cylindrical-coordinate representation of color #DFF01D: hue angle of 64.83º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFF01D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 29 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.06 |
| HSL | 64.83º | 0.88% | 0.53% | - |
| HSV(B) | 64.83º | 0.88% | 0.94% | - |
| XYZ | 61.81 | 78.1 | 12.98 | - |
| YUV | 210.86 | 25.37 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 29 | 0.07 | 0 | 0.88 | 0.06 | 64.83 | 0.88 | 0.53 |
| Hex | DF | F0 | 1D | 7 | 0 | 58 | 6 | 41 | 58 | 35 |
| Octal | 337 | 360 | 35 | 7 | 0 | 130 | 6 | 101 | 130 | 65 |
| Binary | 11011111 | 11110000 | 11101 | 111 | 0 | 1011000 | 110 | 1000001 | 1011000 | 110101 |
Color Harmonies of #DFF01D
Complementary color
Monochromatic Colors of #DFF01D
Black with #DFF01D
Text Example
Text Example
White with #DFF01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF01D; }
p { color: rgb(223,240,29); }
H1.HeaderClassName
{
color: #DFF01D;
}
.AnyTagClassName
{
color: #DFF01D;
}
</style>
background-color css
<style>
a { background-color: #DFF01D; }
a { background-color: rgb(223,240,29); }
div.DivClassName
{
background-color: #DFF01D;
}
.BgClassName
{
background-color: #DFF01D;
}
</style>
border-color css
<style>
span { border-color: #DFF01D; }
span { border-color: rgb(223,240,29); }
td.TdClassName
{
border-color: #DFF01D;
}
.TagClassName
{
border-color: #DFF01D;
}
</style>