Shades of Pear #DCF348
Tints of Pear #DCF348
RGB
CMYK
RGB Variations
Color information
#DCF348 (or 0xDCF348) is known color: Pear. HEX triplet: DC, F3 and 48. RGB value is (220,243,72). Sum of RGB (Red+Green+Blue) = 220+243+72=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 72 (28.52% from 255 or 13.46% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF348 is #230CB7. Grayscale: #D9D9D9. Windows color (decimal): -2297016 or 4781020. OLE color: 4781020.
HSL color Cylindrical-coordinate representation of color #DCF348: hue angle of 68.07º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCF348 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 72 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.05 |
| HSL | 68.07º | 0.88% | 0.62% | - |
| HSV(B) | 68.07º | 0.7% | 0.95% | - |
| XYZ | 62.74 | 79.78 | 18.22 | - |
| YUV | 216.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 72 | 0.09 | 0 | 0.70 | 0.05 | 68.07 | 0.88 | 0.62 |
| Hex | DC | F3 | 48 | 9 | 0 | 46 | 5 | 44 | 58 | 3E |
| Octal | 334 | 363 | 110 | 11 | 0 | 106 | 5 | 104 | 130 | 76 |
| Binary | 11011100 | 11110011 | 1001000 | 1001 | 0 | 1000110 | 101 | 1000100 | 1011000 | 111110 |
Color Harmonies of #DCF348
Complementary color
Monochromatic Colors of #DCF348
Black with #DCF348
Text Example
Text Example
White with #DCF348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF348; }
p { color: rgb(220,243,72); }
H1.HeaderClassName
{
color: #DCF348;
}
.AnyTagClassName
{
color: #DCF348;
}
</style>
background-color css
<style>
a { background-color: #DCF348; }
a { background-color: rgb(220,243,72); }
div.DivClassName
{
background-color: #DCF348;
}
.BgClassName
{
background-color: #DCF348;
}
</style>
border-color css
<style>
span { border-color: #DCF348; }
span { border-color: rgb(220,243,72); }
td.TdClassName
{
border-color: #DCF348;
}
.TagClassName
{
border-color: #DCF348;
}
</style>