Shades of Pear #DCF740
Tints of Pear #DCF740
RGB
CMYK
RGB Variations
Color information
#DCF740 (or 0xDCF740) is known color: Pear. HEX triplet: DC, F7 and 40. RGB value is (220,247,64). Sum of RGB (Red+Green+Blue) = 220+247+64=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 64 (25.39% from 255 or 12.05% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF740 is #2308BF. Grayscale: #DADADA. Windows color (decimal): -2296000 or 4257756. OLE color: 4257756.
HSL color Cylindrical-coordinate representation of color #DCF740: hue angle of 68.85º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCF740 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 64 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.03 |
| HSL | 68.85º | 0.92% | 0.61% | - |
| HSV(B) | 68.85º | 0.74% | 0.97% | - |
| XYZ | 63.7 | 82.11 | 17.34 | - |
| YUV | 218.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 64 | 0.11 | 0 | 0.74 | 0.03 | 68.85 | 0.92 | 0.61 |
| Hex | DC | F7 | 40 | B | 0 | 4A | 3 | 45 | 5C | 3D |
| Octal | 334 | 367 | 100 | 13 | 0 | 112 | 3 | 105 | 134 | 75 |
| Binary | 11011100 | 11110111 | 1000000 | 1011 | 0 | 1001010 | 11 | 1000101 | 1011100 | 111101 |
Color Harmonies of #DCF740
Complementary color
Monochromatic Colors of #DCF740
Black with #DCF740
Text Example
Text Example
White with #DCF740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF740; }
p { color: rgb(220,247,64); }
H1.HeaderClassName
{
color: #DCF740;
}
.AnyTagClassName
{
color: #DCF740;
}
</style>
background-color css
<style>
a { background-color: #DCF740; }
a { background-color: rgb(220,247,64); }
div.DivClassName
{
background-color: #DCF740;
}
.BgClassName
{
background-color: #DCF740;
}
</style>
border-color css
<style>
span { border-color: #DCF740; }
span { border-color: rgb(220,247,64); }
td.TdClassName
{
border-color: #DCF740;
}
.TagClassName
{
border-color: #DCF740;
}
</style>