Shades of Pear #DCF643
Tints of Pear #DCF643
RGB
CMYK
RGB Variations
Color information
#DCF643 (or 0xDCF643) is known color: Pear. HEX triplet: DC, F6 and 43. RGB value is (220,246,67). Sum of RGB (Red+Green+Blue) = 220+246+67=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 67 (26.56% from 255 or 12.57% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF643 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF643 is #2309BC. Grayscale: #DADADA. Windows color (decimal): -2296253 or 4454108. OLE color: 4454108.
HSL color Cylindrical-coordinate representation of color #DCF643: hue angle of 68.72º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCF643 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 67 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.04 |
| HSL | 68.72º | 0.91% | 0.61% | - |
| HSV(B) | 68.72º | 0.73% | 0.96% | - |
| XYZ | 63.48 | 81.53 | 17.7 | - |
| YUV | 217.82 | 42.89 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 67 | 0.11 | 0 | 0.73 | 0.04 | 68.72 | 0.91 | 0.61 |
| Hex | DC | F6 | 43 | B | 0 | 49 | 4 | 45 | 5B | 3D |
| Octal | 334 | 366 | 103 | 13 | 0 | 111 | 4 | 105 | 133 | 75 |
| Binary | 11011100 | 11110110 | 1000011 | 1011 | 0 | 1001001 | 100 | 1000101 | 1011011 | 111101 |
Color Harmonies of #DCF643
Complementary color
Monochromatic Colors of #DCF643
Black with #DCF643
Text Example
Text Example
White with #DCF643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF643; }
p { color: rgb(220,246,67); }
H1.HeaderClassName
{
color: #DCF643;
}
.AnyTagClassName
{
color: #DCF643;
}
</style>
background-color css
<style>
a { background-color: #DCF643; }
a { background-color: rgb(220,246,67); }
div.DivClassName
{
background-color: #DCF643;
}
.BgClassName
{
background-color: #DCF643;
}
</style>
border-color css
<style>
span { border-color: #DCF643; }
span { border-color: rgb(220,246,67); }
td.TdClassName
{
border-color: #DCF643;
}
.TagClassName
{
border-color: #DCF643;
}
</style>