Shades of Pear #DCF347
Tints of Pear #DCF347
RGB
CMYK
RGB Variations
Color information
#DCF347 (or 0xDCF347) is known color: Pear. HEX triplet: DC, F3 and 47. RGB value is (220,243,71). Sum of RGB (Red+Green+Blue) = 220+243+71=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF347 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF347 is #230CB8. Grayscale: #D9D9D9. Windows color (decimal): -2297017 or 4715484. OLE color: 4715484.
HSL color Cylindrical-coordinate representation of color #DCF347: hue angle of 68.02º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCF347 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 71 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.05 |
| HSL | 68.02º | 0.88% | 0.62% | - |
| HSV(B) | 68.02º | 0.71% | 0.95% | - |
| XYZ | 62.7 | 79.77 | 18.05 | - |
| YUV | 216.52 | 45.88 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 71 | 0.09 | 0 | 0.71 | 0.05 | 68.02 | 0.88 | 0.62 |
| Hex | DC | F3 | 47 | 9 | 0 | 47 | 5 | 44 | 58 | 3E |
| Octal | 334 | 363 | 107 | 11 | 0 | 107 | 5 | 104 | 130 | 76 |
| Binary | 11011100 | 11110011 | 1000111 | 1001 | 0 | 1000111 | 101 | 1000100 | 1011000 | 111110 |
Color Harmonies of #DCF347
Complementary color
Monochromatic Colors of #DCF347
Black with #DCF347
Text Example
Text Example
White with #DCF347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF347; }
p { color: rgb(220,243,71); }
H1.HeaderClassName
{
color: #DCF347;
}
.AnyTagClassName
{
color: #DCF347;
}
</style>
background-color css
<style>
a { background-color: #DCF347; }
a { background-color: rgb(220,243,71); }
div.DivClassName
{
background-color: #DCF347;
}
.BgClassName
{
background-color: #DCF347;
}
</style>
border-color css
<style>
span { border-color: #DCF347; }
span { border-color: rgb(220,243,71); }
td.TdClassName
{
border-color: #DCF347;
}
.TagClassName
{
border-color: #DCF347;
}
</style>