Shades of Pear #DFF02F
Tints of Pear #DFF02F
RGB
CMYK
RGB Variations
Color information
#DFF02F (or 0xDFF02F) is known color: Pear. HEX triplet: DF, F0 and 2F. RGB value is (223,240,47). Sum of RGB (Red+Green+Blue) = 223+240+47=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 47 (18.75% from 255 or 9.22% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF02F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF02F is #200FD0. Grayscale: #D5D5D5. Windows color (decimal): -2101201 or 3141855. OLE color: 3141855.
HSL color Cylindrical-coordinate representation of color #DFF02F: hue angle of 65.28º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFF02F is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 47 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.06 |
| HSL | 65.28º | 0.87% | 0.56% | - |
| HSV(B) | 65.28º | 0.8% | 0.94% | - |
| XYZ | 62.1 | 78.21 | 14.51 | - |
| YUV | 212.92 | 34.37 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 47 | 0.07 | 0 | 0.80 | 0.06 | 65.28 | 0.87 | 0.56 |
| Hex | DF | F0 | 2F | 7 | 0 | 50 | 6 | 41 | 57 | 38 |
| Octal | 337 | 360 | 57 | 7 | 0 | 120 | 6 | 101 | 127 | 70 |
| Binary | 11011111 | 11110000 | 101111 | 111 | 0 | 1010000 | 110 | 1000001 | 1010111 | 111000 |
Color Harmonies of #DFF02F
Complementary color
Monochromatic Colors of #DFF02F
Black with #DFF02F
Text Example
Text Example
White with #DFF02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF02F; }
p { color: rgb(223,240,47); }
H1.HeaderClassName
{
color: #DFF02F;
}
.AnyTagClassName
{
color: #DFF02F;
}
</style>
background-color css
<style>
a { background-color: #DFF02F; }
a { background-color: rgb(223,240,47); }
div.DivClassName
{
background-color: #DFF02F;
}
.BgClassName
{
background-color: #DFF02F;
}
</style>
border-color css
<style>
span { border-color: #DFF02F; }
span { border-color: rgb(223,240,47); }
td.TdClassName
{
border-color: #DFF02F;
}
.TagClassName
{
border-color: #DFF02F;
}
</style>