Shades of Pear #DCF340
Tints of Pear #DCF340
RGB
CMYK
RGB Variations
Color information
#DCF340 (or 0xDCF340) is known color: Pear. HEX triplet: DC, F3 and 40. RGB value is (220,243,64). Sum of RGB (Red+Green+Blue) = 220+243+64=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 64 (25.39% from 255 or 12.14% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF340 is #230CBF. Grayscale: #D8D8D8. Windows color (decimal): -2297024 or 4256732. OLE color: 4256732.
HSL color Cylindrical-coordinate representation of color #DCF340: hue angle of 67.71º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCF340 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 64 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.05 |
| HSL | 67.71º | 0.88% | 0.6% | - |
| HSV(B) | 67.71º | 0.74% | 0.95% | - |
| XYZ | 62.49 | 79.69 | 16.94 | - |
| YUV | 215.72 | 42.38 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 64 | 0.09 | 0 | 0.74 | 0.05 | 67.71 | 0.88 | 0.6 |
| Hex | DC | F3 | 40 | 9 | 0 | 4A | 5 | 44 | 58 | 3C |
| Octal | 334 | 363 | 100 | 11 | 0 | 112 | 5 | 104 | 130 | 74 |
| Binary | 11011100 | 11110011 | 1000000 | 1001 | 0 | 1001010 | 101 | 1000100 | 1011000 | 111100 |
Color Harmonies of #DCF340
Complementary color
Monochromatic Colors of #DCF340
Black with #DCF340
Text Example
Text Example
White with #DCF340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF340; }
p { color: rgb(220,243,64); }
H1.HeaderClassName
{
color: #DCF340;
}
.AnyTagClassName
{
color: #DCF340;
}
</style>
background-color css
<style>
a { background-color: #DCF340; }
a { background-color: rgb(220,243,64); }
div.DivClassName
{
background-color: #DCF340;
}
.BgClassName
{
background-color: #DCF340;
}
</style>
border-color css
<style>
span { border-color: #DCF340; }
span { border-color: rgb(220,243,64); }
td.TdClassName
{
border-color: #DCF340;
}
.TagClassName
{
border-color: #DCF340;
}
</style>