Shades of Pear #DCF72C
Tints of Pear #DCF72C
RGB
CMYK
RGB Variations
Color information
#DCF72C (or 0xDCF72C) is known color: Pear. HEX triplet: DC, F7 and 2C. RGB value is (220,247,44). Sum of RGB (Red+Green+Blue) = 220+247+44=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 44 (17.58% from 255 or 8.61% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF72C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF72C is #2308D3. Grayscale: #D8D8D8. Windows color (decimal): -2296020 or 2947036. OLE color: 2947036.
HSL color Cylindrical-coordinate representation of color #DCF72C: hue angle of 67.98º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCF72C is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 44 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.03 |
| HSL | 67.98º | 0.93% | 0.57% | - |
| HSV(B) | 67.98º | 0.82% | 0.97% | - |
| XYZ | 63.23 | 81.92 | 14.86 | - |
| YUV | 215.79 | 31.05 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 44 | 0.11 | 0 | 0.82 | 0.03 | 67.98 | 0.93 | 0.57 |
| Hex | DC | F7 | 2C | B | 0 | 52 | 3 | 44 | 5D | 39 |
| Octal | 334 | 367 | 54 | 13 | 0 | 122 | 3 | 104 | 135 | 71 |
| Binary | 11011100 | 11110111 | 101100 | 1011 | 0 | 1010010 | 11 | 1000100 | 1011101 | 111001 |
Color Harmonies of #DCF72C
Complementary color
Monochromatic Colors of #DCF72C
Black with #DCF72C
Text Example
Text Example
White with #DCF72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF72C; }
p { color: rgb(220,247,44); }
H1.HeaderClassName
{
color: #DCF72C;
}
.AnyTagClassName
{
color: #DCF72C;
}
</style>
background-color css
<style>
a { background-color: #DCF72C; }
a { background-color: rgb(220,247,44); }
div.DivClassName
{
background-color: #DCF72C;
}
.BgClassName
{
background-color: #DCF72C;
}
</style>
border-color css
<style>
span { border-color: #DCF72C; }
span { border-color: rgb(220,247,44); }
td.TdClassName
{
border-color: #DCF72C;
}
.TagClassName
{
border-color: #DCF72C;
}
</style>