Shades of Pear #DCF139
Tints of Pear #DCF139
RGB
CMYK
RGB Variations
Color information
#DCF139 (or 0xDCF139) is known color: Pear. HEX triplet: DC, F1 and 39. RGB value is (220,241,57). Sum of RGB (Red+Green+Blue) = 220+241+57=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 57 (22.66% from 255 or 11.00% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF139 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF139 is #230EC6. Grayscale: #D6D6D6. Windows color (decimal): -2297543 or 3797468. OLE color: 3797468.
HSL color Cylindrical-coordinate representation of color #DCF139: hue angle of 66.85º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCF139 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 57 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.05 |
| HSL | 66.85º | 0.87% | 0.58% | - |
| HSV(B) | 66.85º | 0.76% | 0.95% | - |
| XYZ | 61.71 | 78.42 | 15.76 | - |
| YUV | 213.75 | 39.54 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 57 | 0.09 | 0 | 0.76 | 0.05 | 66.85 | 0.87 | 0.58 |
| Hex | DC | F1 | 39 | 9 | 0 | 4C | 5 | 43 | 57 | 3A |
| Octal | 334 | 361 | 71 | 11 | 0 | 114 | 5 | 103 | 127 | 72 |
| Binary | 11011100 | 11110001 | 111001 | 1001 | 0 | 1001100 | 101 | 1000011 | 1010111 | 111010 |
Color Harmonies of #DCF139
Complementary color
Monochromatic Colors of #DCF139
Black with #DCF139
Text Example
Text Example
White with #DCF139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF139; }
p { color: rgb(220,241,57); }
H1.HeaderClassName
{
color: #DCF139;
}
.AnyTagClassName
{
color: #DCF139;
}
</style>
background-color css
<style>
a { background-color: #DCF139; }
a { background-color: rgb(220,241,57); }
div.DivClassName
{
background-color: #DCF139;
}
.BgClassName
{
background-color: #DCF139;
}
</style>
border-color css
<style>
span { border-color: #DCF139; }
span { border-color: rgb(220,241,57); }
td.TdClassName
{
border-color: #DCF139;
}
.TagClassName
{
border-color: #DCF139;
}
</style>