Shades of Pear #DFF12D
Tints of Pear #DFF12D
RGB
CMYK
RGB Variations
Color information
#DFF12D (or 0xDFF12D) is known color: Pear. HEX triplet: DF, F1 and 2D. RGB value is (223,241,45). Sum of RGB (Red+Green+Blue) = 223+241+45=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 45 (17.97% from 255 or 8.84% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF12D is #200ED2. Grayscale: #D6D6D6. Windows color (decimal): -2100947 or 3011039. OLE color: 3011039.
HSL color Cylindrical-coordinate representation of color #DFF12D: hue angle of 65.51º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFF12D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 45 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.05 |
| HSL | 65.51º | 0.88% | 0.56% | - |
| HSV(B) | 65.51º | 0.81% | 0.95% | - |
| XYZ | 62.36 | 78.79 | 14.4 | - |
| YUV | 213.27 | 33.04 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 45 | 0.07 | 0 | 0.81 | 0.05 | 65.51 | 0.88 | 0.56 |
| Hex | DF | F1 | 2D | 7 | 0 | 51 | 5 | 42 | 58 | 38 |
| Octal | 337 | 361 | 55 | 7 | 0 | 121 | 5 | 102 | 130 | 70 |
| Binary | 11011111 | 11110001 | 101101 | 111 | 0 | 1010001 | 101 | 1000010 | 1011000 | 111000 |
Color Harmonies of #DFF12D
Complementary color
Monochromatic Colors of #DFF12D
Black with #DFF12D
Text Example
Text Example
White with #DFF12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF12D; }
p { color: rgb(223,241,45); }
H1.HeaderClassName
{
color: #DFF12D;
}
.AnyTagClassName
{
color: #DFF12D;
}
</style>
background-color css
<style>
a { background-color: #DFF12D; }
a { background-color: rgb(223,241,45); }
div.DivClassName
{
background-color: #DFF12D;
}
.BgClassName
{
background-color: #DFF12D;
}
</style>
border-color css
<style>
span { border-color: #DFF12D; }
span { border-color: rgb(223,241,45); }
td.TdClassName
{
border-color: #DFF12D;
}
.TagClassName
{
border-color: #DFF12D;
}
</style>