Shades of Pear #DFF73D
Tints of Pear #DFF73D
RGB
CMYK
RGB Variations
Color information
#DFF73D (or 0xDFF73D) is known color: Pear. HEX triplet: DF, F7 and 3D. RGB value is (223,247,61). Sum of RGB (Red+Green+Blue) = 223+247+61=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 61 (24.22% from 255 or 11.49% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #DFF73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF73D is #2008C2. Grayscale: #DBDBDB. Windows color (decimal): -2099395 or 4061151. OLE color: 4061151.
HSL color Cylindrical-coordinate representation of color #DFF73D: hue angle of 67.74º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFF73D is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 247 | 61 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.03 |
| HSL | 67.74º | 0.92% | 0.6% | - |
| HSV(B) | 67.74º | 0.75% | 0.97% | - |
| XYZ | 64.53 | 82.55 | 16.95 | - |
| YUV | 218.62 | 39.05 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 61 | 0.10 | 0 | 0.75 | 0.03 | 67.74 | 0.92 | 0.6 |
| Hex | DF | F7 | 3D | A | 0 | 4B | 3 | 44 | 5C | 3C |
| Octal | 337 | 367 | 75 | 12 | 0 | 113 | 3 | 104 | 134 | 74 |
| Binary | 11011111 | 11110111 | 111101 | 1010 | 0 | 1001011 | 11 | 1000100 | 1011100 | 111100 |
Color Harmonies of #DFF73D
Complementary color
Monochromatic Colors of #DFF73D
Black with #DFF73D
Text Example
Text Example
White with #DFF73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF73D; }
p { color: rgb(223,247,61); }
H1.HeaderClassName
{
color: #DFF73D;
}
.AnyTagClassName
{
color: #DFF73D;
}
</style>
background-color css
<style>
a { background-color: #DFF73D; }
a { background-color: rgb(223,247,61); }
div.DivClassName
{
background-color: #DFF73D;
}
.BgClassName
{
background-color: #DFF73D;
}
</style>
border-color css
<style>
span { border-color: #DFF73D; }
span { border-color: rgb(223,247,61); }
td.TdClassName
{
border-color: #DFF73D;
}
.TagClassName
{
border-color: #DFF73D;
}
</style>