Shades of Pear #DFF43D
Tints of Pear #DFF43D
RGB
CMYK
RGB Variations
Color information
#DFF43D (or 0xDFF43D) is known color: Pear. HEX triplet: DF, F4 and 3D. RGB value is (223,244,61). Sum of RGB (Red+Green+Blue) = 223+244+61=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF43D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF43D is #200BC2. Grayscale: #D9D9D9. Windows color (decimal): -2100163 or 4060383. OLE color: 4060383.
HSL color Cylindrical-coordinate representation of color #DFF43D: hue angle of 66.89º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFF43D is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 61 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.04 |
| HSL | 66.89º | 0.89% | 0.6% | - |
| HSV(B) | 66.89º | 0.75% | 0.96% | - |
| XYZ | 63.62 | 80.73 | 16.64 | - |
| YUV | 216.86 | 40.04 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 61 | 0.09 | 0 | 0.75 | 0.04 | 66.89 | 0.89 | 0.6 |
| Hex | DF | F4 | 3D | 9 | 0 | 4B | 4 | 43 | 59 | 3C |
| Octal | 337 | 364 | 75 | 11 | 0 | 113 | 4 | 103 | 131 | 74 |
| Binary | 11011111 | 11110100 | 111101 | 1001 | 0 | 1001011 | 100 | 1000011 | 1011001 | 111100 |
Color Harmonies of #DFF43D
Complementary color
Monochromatic Colors of #DFF43D
Black with #DFF43D
Text Example
Text Example
White with #DFF43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF43D; }
p { color: rgb(223,244,61); }
H1.HeaderClassName
{
color: #DFF43D;
}
.AnyTagClassName
{
color: #DFF43D;
}
</style>
background-color css
<style>
a { background-color: #DFF43D; }
a { background-color: rgb(223,244,61); }
div.DivClassName
{
background-color: #DFF43D;
}
.BgClassName
{
background-color: #DFF43D;
}
</style>
border-color css
<style>
span { border-color: #DFF43D; }
span { border-color: rgb(223,244,61); }
td.TdClassName
{
border-color: #DFF43D;
}
.TagClassName
{
border-color: #DFF43D;
}
</style>