Shades of Pear #DCF729
Tints of Pear #DCF729
RGB
CMYK
RGB Variations
Color information
#DCF729 (or 0xDCF729) is known color: Pear. HEX triplet: DC, F7 and 29. RGB value is (220,247,41). Sum of RGB (Red+Green+Blue) = 220+247+41=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 41 (16.41% from 255 or 8.07% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF729 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF729 is #2308D6. Grayscale: #D8D8D8. Windows color (decimal): -2296023 or 2750428. OLE color: 2750428.
HSL color Cylindrical-coordinate representation of color #DCF729: hue angle of 67.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCF729 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 41 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.03 |
| HSL | 67.86º | 0.93% | 0.56% | - |
| HSV(B) | 67.86º | 0.83% | 0.97% | - |
| XYZ | 63.18 | 81.9 | 14.58 | - |
| YUV | 215.44 | 29.55 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 41 | 0.11 | 0 | 0.83 | 0.03 | 67.86 | 0.93 | 0.56 |
| Hex | DC | F7 | 29 | B | 0 | 53 | 3 | 44 | 5D | 38 |
| Octal | 334 | 367 | 51 | 13 | 0 | 123 | 3 | 104 | 135 | 70 |
| Binary | 11011100 | 11110111 | 101001 | 1011 | 0 | 1010011 | 11 | 1000100 | 1011101 | 111000 |
Color Harmonies of #DCF729
Complementary color
Monochromatic Colors of #DCF729
Black with #DCF729
Text Example
Text Example
White with #DCF729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF729; }
p { color: rgb(220,247,41); }
H1.HeaderClassName
{
color: #DCF729;
}
.AnyTagClassName
{
color: #DCF729;
}
</style>
background-color css
<style>
a { background-color: #DCF729; }
a { background-color: rgb(220,247,41); }
div.DivClassName
{
background-color: #DCF729;
}
.BgClassName
{
background-color: #DCF729;
}
</style>
border-color css
<style>
span { border-color: #DCF729; }
span { border-color: rgb(220,247,41); }
td.TdClassName
{
border-color: #DCF729;
}
.TagClassName
{
border-color: #DCF729;
}
</style>