Shades of Pear #DFF223
Tints of Pear #DFF223
RGB
CMYK
RGB Variations
Color information
#DFF223 (or 0xDFF223) is known color: Pear. HEX triplet: DF, F2 and 23. RGB value is (223,242,35). Sum of RGB (Red+Green+Blue) = 223+242+35=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 35 (14.06% from 255 or 7% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF223 is #200DDC. Grayscale: #D5D5D5. Windows color (decimal): -2100701 or 2355935. OLE color: 2355935.
HSL color Cylindrical-coordinate representation of color #DFF223: hue angle of 65.51º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFF223 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 35 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.05 |
| HSL | 65.51º | 0.89% | 0.54% | - |
| HSV(B) | 65.51º | 0.86% | 0.95% | - |
| XYZ | 62.49 | 79.31 | 13.61 | - |
| YUV | 212.72 | 27.71 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 35 | 0.08 | 0 | 0.86 | 0.05 | 65.51 | 0.89 | 0.54 |
| Hex | DF | F2 | 23 | 8 | 0 | 56 | 5 | 42 | 59 | 36 |
| Octal | 337 | 362 | 43 | 10 | 0 | 126 | 5 | 102 | 131 | 66 |
| Binary | 11011111 | 11110010 | 100011 | 1000 | 0 | 1010110 | 101 | 1000010 | 1011001 | 110110 |
Color Harmonies of #DFF223
Complementary color
Monochromatic Colors of #DFF223
Black with #DFF223
Text Example
Text Example
White with #DFF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF223; }
p { color: rgb(223,242,35); }
H1.HeaderClassName
{
color: #DFF223;
}
.AnyTagClassName
{
color: #DFF223;
}
</style>
background-color css
<style>
a { background-color: #DFF223; }
a { background-color: rgb(223,242,35); }
div.DivClassName
{
background-color: #DFF223;
}
.BgClassName
{
background-color: #DFF223;
}
</style>
border-color css
<style>
span { border-color: #DFF223; }
span { border-color: rgb(223,242,35); }
td.TdClassName
{
border-color: #DFF223;
}
.TagClassName
{
border-color: #DFF223;
}
</style>