Shades of Pear #DFF038
Tints of Pear #DFF038
RGB
CMYK
RGB Variations
Color information
#DFF038 (or 0xDFF038) is known color: Pear. HEX triplet: DF, F0 and 38. RGB value is (223,240,56). Sum of RGB (Red+Green+Blue) = 223+240+56=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 56 (22.27% from 255 or 10.79% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF038 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF038 is #200FC7. Grayscale: #D6D6D6. Windows color (decimal): -2101192 or 3731679. OLE color: 3731679.
HSL color Cylindrical-coordinate representation of color #DFF038: hue angle of 65.54º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFF038 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 56 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.06 |
| HSL | 65.54º | 0.86% | 0.58% | - |
| HSV(B) | 65.54º | 0.77% | 0.94% | - |
| XYZ | 62.31 | 78.29 | 15.57 | - |
| YUV | 213.94 | 38.87 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 56 | 0.07 | 0 | 0.77 | 0.06 | 65.54 | 0.86 | 0.58 |
| Hex | DF | F0 | 38 | 7 | 0 | 4D | 6 | 42 | 56 | 3A |
| Octal | 337 | 360 | 70 | 7 | 0 | 115 | 6 | 102 | 126 | 72 |
| Binary | 11011111 | 11110000 | 111000 | 111 | 0 | 1001101 | 110 | 1000010 | 1010110 | 111010 |
Color Harmonies of #DFF038
Complementary color
Monochromatic Colors of #DFF038
Black with #DFF038
Text Example
Text Example
White with #DFF038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF038; }
p { color: rgb(223,240,56); }
H1.HeaderClassName
{
color: #DFF038;
}
.AnyTagClassName
{
color: #DFF038;
}
</style>
background-color css
<style>
a { background-color: #DFF038; }
a { background-color: rgb(223,240,56); }
div.DivClassName
{
background-color: #DFF038;
}
.BgClassName
{
background-color: #DFF038;
}
</style>
border-color css
<style>
span { border-color: #DFF038; }
span { border-color: rgb(223,240,56); }
td.TdClassName
{
border-color: #DFF038;
}
.TagClassName
{
border-color: #DFF038;
}
</style>