Shades of Pear #DFF224
Tints of Pear #DFF224
RGB
CMYK
RGB Variations
Color information
#DFF224 (or 0xDFF224) is known color: Pear. HEX triplet: DF, F2 and 24. RGB value is (223,242,36). Sum of RGB (Red+Green+Blue) = 223+242+36=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 36 (14.45% from 255 or 7.19% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF224 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF224 is #200DDB. Grayscale: #D5D5D5. Windows color (decimal): -2100700 or 2421471. OLE color: 2421471.
HSL color Cylindrical-coordinate representation of color #DFF224: hue angle of 65.53º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFF224 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 36 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.05 |
| HSL | 65.53º | 0.89% | 0.55% | - |
| HSV(B) | 65.53º | 0.85% | 0.95% | - |
| XYZ | 62.5 | 79.32 | 13.69 | - |
| YUV | 212.84 | 28.21 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 36 | 0.08 | 0 | 0.85 | 0.05 | 65.53 | 0.89 | 0.55 |
| Hex | DF | F2 | 24 | 8 | 0 | 55 | 5 | 42 | 59 | 37 |
| Octal | 337 | 362 | 44 | 10 | 0 | 125 | 5 | 102 | 131 | 67 |
| Binary | 11011111 | 11110010 | 100100 | 1000 | 0 | 1010101 | 101 | 1000010 | 1011001 | 110111 |
Color Harmonies of #DFF224
Complementary color
Monochromatic Colors of #DFF224
Black with #DFF224
Text Example
Text Example
White with #DFF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF224; }
p { color: rgb(223,242,36); }
H1.HeaderClassName
{
color: #DFF224;
}
.AnyTagClassName
{
color: #DFF224;
}
</style>
background-color css
<style>
a { background-color: #DFF224; }
a { background-color: rgb(223,242,36); }
div.DivClassName
{
background-color: #DFF224;
}
.BgClassName
{
background-color: #DFF224;
}
</style>
border-color css
<style>
span { border-color: #DFF224; }
span { border-color: rgb(223,242,36); }
td.TdClassName
{
border-color: #DFF224;
}
.TagClassName
{
border-color: #DFF224;
}
</style>