Shades of Pear #DFF72D
Tints of Pear #DFF72D
RGB
CMYK
RGB Variations
Color information
#DFF72D (or 0xDFF72D) is known color: Pear. HEX triplet: DF, F7 and 2D. RGB value is (223,247,45). Sum of RGB (Red+Green+Blue) = 223+247+45=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 45 (17.97% from 255 or 8.74% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #DFF72D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF72D is #2008D2. Grayscale: #D9D9D9. Windows color (decimal): -2099411 or 3012575. OLE color: 3012575.
HSL color Cylindrical-coordinate representation of color #DFF72D: hue angle of 67.13º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFF72D is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 247 | 45 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.03 |
| HSL | 67.13º | 0.93% | 0.57% | - |
| HSV(B) | 67.13º | 0.82% | 0.97% | - |
| XYZ | 64.17 | 82.4 | 15.01 | - |
| YUV | 216.8 | 31.05 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 45 | 0.10 | 0 | 0.82 | 0.03 | 67.13 | 0.93 | 0.57 |
| Hex | DF | F7 | 2D | A | 0 | 52 | 3 | 43 | 5D | 39 |
| Octal | 337 | 367 | 55 | 12 | 0 | 122 | 3 | 103 | 135 | 71 |
| Binary | 11011111 | 11110111 | 101101 | 1010 | 0 | 1010010 | 11 | 1000011 | 1011101 | 111001 |
Color Harmonies of #DFF72D
Complementary color
Monochromatic Colors of #DFF72D
Black with #DFF72D
Text Example
Text Example
White with #DFF72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF72D; }
p { color: rgb(223,247,45); }
H1.HeaderClassName
{
color: #DFF72D;
}
.AnyTagClassName
{
color: #DFF72D;
}
</style>
background-color css
<style>
a { background-color: #DFF72D; }
a { background-color: rgb(223,247,45); }
div.DivClassName
{
background-color: #DFF72D;
}
.BgClassName
{
background-color: #DFF72D;
}
</style>
border-color css
<style>
span { border-color: #DFF72D; }
span { border-color: rgb(223,247,45); }
td.TdClassName
{
border-color: #DFF72D;
}
.TagClassName
{
border-color: #DFF72D;
}
</style>