Shades of Pear #DCF72F
Tints of Pear #DCF72F
RGB
CMYK
RGB Variations
Color information
#DCF72F (or 0xDCF72F) is known color: Pear. HEX triplet: DC, F7 and 2F. RGB value is (220,247,47). Sum of RGB (Red+Green+Blue) = 220+247+47=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 47 (18.75% from 255 or 9.14% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF72F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF72F is #2308D0. Grayscale: #D8D8D8. Windows color (decimal): -2296017 or 3143644. OLE color: 3143644.
HSL color Cylindrical-coordinate representation of color #DCF72F: hue angle of 68.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCF72F is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 47 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.03 |
| HSL | 68.1º | 0.93% | 0.58% | - |
| HSV(B) | 68.1º | 0.81% | 0.97% | - |
| XYZ | 63.29 | 81.94 | 15.17 | - |
| YUV | 216.13 | 32.55 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 47 | 0.11 | 0 | 0.81 | 0.03 | 68.1 | 0.93 | 0.58 |
| Hex | DC | F7 | 2F | B | 0 | 51 | 3 | 44 | 5D | 3A |
| Octal | 334 | 367 | 57 | 13 | 0 | 121 | 3 | 104 | 135 | 72 |
| Binary | 11011100 | 11110111 | 101111 | 1011 | 0 | 1010001 | 11 | 1000100 | 1011101 | 111010 |
Color Harmonies of #DCF72F
Complementary color
Monochromatic Colors of #DCF72F
Black with #DCF72F
Text Example
Text Example
White with #DCF72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF72F; }
p { color: rgb(220,247,47); }
H1.HeaderClassName
{
color: #DCF72F;
}
.AnyTagClassName
{
color: #DCF72F;
}
</style>
background-color css
<style>
a { background-color: #DCF72F; }
a { background-color: rgb(220,247,47); }
div.DivClassName
{
background-color: #DCF72F;
}
.BgClassName
{
background-color: #DCF72F;
}
</style>
border-color css
<style>
span { border-color: #DCF72F; }
span { border-color: rgb(220,247,47); }
td.TdClassName
{
border-color: #DCF72F;
}
.TagClassName
{
border-color: #DCF72F;
}
</style>