Shades of Pear #DCF743
Tints of Pear #DCF743
RGB
CMYK
RGB Variations
Color information
#DCF743 (or 0xDCF743) is known color: Pear. HEX triplet: DC, F7 and 43. RGB value is (220,247,67). Sum of RGB (Red+Green+Blue) = 220+247+67=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 67 (26.56% from 255 or 12.55% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF743 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF743 is #2308BC. Grayscale: #DBDBDB. Windows color (decimal): -2295997 or 4454364. OLE color: 4454364.
HSL color Cylindrical-coordinate representation of color #DCF743: hue angle of 69º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCF743 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 67 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.03 |
| HSL | 69º | 0.92% | 0.62% | - |
| HSV(B) | 69º | 0.73% | 0.97% | - |
| XYZ | 63.79 | 82.14 | 17.8 | - |
| YUV | 218.41 | 42.55 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 67 | 0.11 | 0 | 0.73 | 0.03 | 69 | 0.92 | 0.62 |
| Hex | DC | F7 | 43 | B | 0 | 49 | 3 | 45 | 5C | 3E |
| Octal | 334 | 367 | 103 | 13 | 0 | 111 | 3 | 105 | 134 | 76 |
| Binary | 11011100 | 11110111 | 1000011 | 1011 | 0 | 1001001 | 11 | 1000101 | 1011100 | 111110 |
Color Harmonies of #DCF743
Complementary color
Monochromatic Colors of #DCF743
Black with #DCF743
Text Example
Text Example
White with #DCF743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF743; }
p { color: rgb(220,247,67); }
H1.HeaderClassName
{
color: #DCF743;
}
.AnyTagClassName
{
color: #DCF743;
}
</style>
background-color css
<style>
a { background-color: #DCF743; }
a { background-color: rgb(220,247,67); }
div.DivClassName
{
background-color: #DCF743;
}
.BgClassName
{
background-color: #DCF743;
}
</style>
border-color css
<style>
span { border-color: #DCF743; }
span { border-color: rgb(220,247,67); }
td.TdClassName
{
border-color: #DCF743;
}
.TagClassName
{
border-color: #DCF743;
}
</style>