Shades of Pear #DFF237
Tints of Pear #DFF237
RGB
CMYK
RGB Variations
Color information
#DFF237 (or 0xDFF237) is known color: Pear. HEX triplet: DF, F2 and 37. RGB value is (223,242,55). Sum of RGB (Red+Green+Blue) = 223+242+55=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 55 (21.88% from 255 or 10.58% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF237 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF237 is #200DC8. Grayscale: #D7D7D7. Windows color (decimal): -2100681 or 3666655. OLE color: 3666655.
HSL color Cylindrical-coordinate representation of color #DFF237: hue angle of 66.1º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFF237 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 55 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.05 |
| HSL | 66.1º | 0.88% | 0.58% | - |
| HSV(B) | 66.1º | 0.77% | 0.95% | - |
| XYZ | 62.87 | 79.47 | 15.64 | - |
| YUV | 215 | 37.71 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 55 | 0.08 | 0 | 0.77 | 0.05 | 66.1 | 0.88 | 0.58 |
| Hex | DF | F2 | 37 | 8 | 0 | 4D | 5 | 42 | 58 | 3A |
| Octal | 337 | 362 | 67 | 10 | 0 | 115 | 5 | 102 | 130 | 72 |
| Binary | 11011111 | 11110010 | 110111 | 1000 | 0 | 1001101 | 101 | 1000010 | 1011000 | 111010 |
Color Harmonies of #DFF237
Complementary color
Monochromatic Colors of #DFF237
Black with #DFF237
Text Example
Text Example
White with #DFF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF237; }
p { color: rgb(223,242,55); }
H1.HeaderClassName
{
color: #DFF237;
}
.AnyTagClassName
{
color: #DFF237;
}
</style>
background-color css
<style>
a { background-color: #DFF237; }
a { background-color: rgb(223,242,55); }
div.DivClassName
{
background-color: #DFF237;
}
.BgClassName
{
background-color: #DFF237;
}
</style>
border-color css
<style>
span { border-color: #DFF237; }
span { border-color: rgb(223,242,55); }
td.TdClassName
{
border-color: #DFF237;
}
.TagClassName
{
border-color: #DFF237;
}
</style>