Shades of Pear #DCF744
Tints of Pear #DCF744
RGB
CMYK
RGB Variations
Color information
#DCF744 (or 0xDCF744) is known color: Pear. HEX triplet: DC, F7 and 44. RGB value is (220,247,68). Sum of RGB (Red+Green+Blue) = 220+247+68=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 68 (26.95% from 255 or 12.71% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF744 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF744 is #2308BB. Grayscale: #DBDBDB. Windows color (decimal): -2295996 or 4519900. OLE color: 4519900.
HSL color Cylindrical-coordinate representation of color #DCF744: hue angle of 69.05º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCF744 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 68 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.03 |
| HSL | 69.05º | 0.92% | 0.62% | - |
| HSV(B) | 69.05º | 0.72% | 0.97% | - |
| XYZ | 63.82 | 82.15 | 17.96 | - |
| YUV | 218.52 | 43.05 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 68 | 0.11 | 0 | 0.72 | 0.03 | 69.05 | 0.92 | 0.62 |
| Hex | DC | F7 | 44 | B | 0 | 48 | 3 | 45 | 5C | 3E |
| Octal | 334 | 367 | 104 | 13 | 0 | 110 | 3 | 105 | 134 | 76 |
| Binary | 11011100 | 11110111 | 1000100 | 1011 | 0 | 1001000 | 11 | 1000101 | 1011100 | 111110 |
Color Harmonies of #DCF744
Complementary color
Monochromatic Colors of #DCF744
Black with #DCF744
Text Example
Text Example
White with #DCF744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF744; }
p { color: rgb(220,247,68); }
H1.HeaderClassName
{
color: #DCF744;
}
.AnyTagClassName
{
color: #DCF744;
}
</style>
background-color css
<style>
a { background-color: #DCF744; }
a { background-color: rgb(220,247,68); }
div.DivClassName
{
background-color: #DCF744;
}
.BgClassName
{
background-color: #DCF744;
}
</style>
border-color css
<style>
span { border-color: #DCF744; }
span { border-color: rgb(220,247,68); }
td.TdClassName
{
border-color: #DCF744;
}
.TagClassName
{
border-color: #DCF744;
}
</style>