Shades of Pear #DFF02D
Tints of Pear #DFF02D
RGB
CMYK
RGB Variations
Color information
#DFF02D (or 0xDFF02D) is known color: Pear. HEX triplet: DF, F0 and 2D. RGB value is (223,240,45). Sum of RGB (Red+Green+Blue) = 223+240+45=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 45 (17.97% from 255 or 8.86% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF02D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF02D is #200FD2. Grayscale: #D5D5D5. Windows color (decimal): -2101203 or 3010783. OLE color: 3010783.
HSL color Cylindrical-coordinate representation of color #DFF02D: hue angle of 65.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFF02D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 45 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.06 |
| HSL | 65.23º | 0.87% | 0.56% | - |
| HSV(B) | 65.23º | 0.81% | 0.94% | - |
| XYZ | 62.07 | 78.2 | 14.31 | - |
| YUV | 212.69 | 33.37 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 45 | 0.07 | 0 | 0.81 | 0.06 | 65.23 | 0.87 | 0.56 |
| Hex | DF | F0 | 2D | 7 | 0 | 51 | 6 | 41 | 57 | 38 |
| Octal | 337 | 360 | 55 | 7 | 0 | 121 | 6 | 101 | 127 | 70 |
| Binary | 11011111 | 11110000 | 101101 | 111 | 0 | 1010001 | 110 | 1000001 | 1010111 | 111000 |
Color Harmonies of #DFF02D
Complementary color
Monochromatic Colors of #DFF02D
Black with #DFF02D
Text Example
Text Example
White with #DFF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF02D; }
p { color: rgb(223,240,45); }
H1.HeaderClassName
{
color: #DFF02D;
}
.AnyTagClassName
{
color: #DFF02D;
}
</style>
background-color css
<style>
a { background-color: #DFF02D; }
a { background-color: rgb(223,240,45); }
div.DivClassName
{
background-color: #DFF02D;
}
.BgClassName
{
background-color: #DFF02D;
}
</style>
border-color css
<style>
span { border-color: #DFF02D; }
span { border-color: rgb(223,240,45); }
td.TdClassName
{
border-color: #DFF02D;
}
.TagClassName
{
border-color: #DFF02D;
}
</style>