Shades of Pear #DCF346
Tints of Pear #DCF346
RGB
CMYK
RGB Variations
Color information
#DCF346 (or 0xDCF346) is known color: Pear. HEX triplet: DC, F3 and 46. RGB value is (220,243,70). Sum of RGB (Red+Green+Blue) = 220+243+70=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF346 is #230CB9. Grayscale: #D9D9D9. Windows color (decimal): -2297018 or 4649948. OLE color: 4649948.
HSL color Cylindrical-coordinate representation of color #DCF346: hue angle of 67.98º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCF346 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 70 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.05 |
| HSL | 67.98º | 0.88% | 0.61% | - |
| HSV(B) | 67.98º | 0.71% | 0.95% | - |
| XYZ | 62.67 | 79.76 | 17.89 | - |
| YUV | 216.4 | 45.38 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 70 | 0.09 | 0 | 0.71 | 0.05 | 67.98 | 0.88 | 0.61 |
| Hex | DC | F3 | 46 | 9 | 0 | 47 | 5 | 44 | 58 | 3D |
| Octal | 334 | 363 | 106 | 11 | 0 | 107 | 5 | 104 | 130 | 75 |
| Binary | 11011100 | 11110011 | 1000110 | 1001 | 0 | 1000111 | 101 | 1000100 | 1011000 | 111101 |
Color Harmonies of #DCF346
Complementary color
Monochromatic Colors of #DCF346
Black with #DCF346
Text Example
Text Example
White with #DCF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF346; }
p { color: rgb(220,243,70); }
H1.HeaderClassName
{
color: #DCF346;
}
.AnyTagClassName
{
color: #DCF346;
}
</style>
background-color css
<style>
a { background-color: #DCF346; }
a { background-color: rgb(220,243,70); }
div.DivClassName
{
background-color: #DCF346;
}
.BgClassName
{
background-color: #DCF346;
}
</style>
border-color css
<style>
span { border-color: #DCF346; }
span { border-color: rgb(220,243,70); }
td.TdClassName
{
border-color: #DCF346;
}
.TagClassName
{
border-color: #DCF346;
}
</style>