Shades of Pear #DCF343
Tints of Pear #DCF343
RGB
CMYK
RGB Variations
Color information
#DCF343 (or 0xDCF343) is known color: Pear. HEX triplet: DC, F3 and 43. RGB value is (220,243,67). Sum of RGB (Red+Green+Blue) = 220+243+67=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 67 (26.56% from 255 or 12.64% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF343 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF343 is #230CBC. Grayscale: #D8D8D8. Windows color (decimal): -2297021 or 4453340. OLE color: 4453340.
HSL color Cylindrical-coordinate representation of color #DCF343: hue angle of 67.84º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCF343 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 67 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.05 |
| HSL | 67.84º | 0.88% | 0.61% | - |
| HSV(B) | 67.84º | 0.72% | 0.95% | - |
| XYZ | 62.58 | 79.72 | 17.4 | - |
| YUV | 216.06 | 43.88 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 67 | 0.09 | 0 | 0.72 | 0.05 | 67.84 | 0.88 | 0.61 |
| Hex | DC | F3 | 43 | 9 | 0 | 48 | 5 | 44 | 58 | 3D |
| Octal | 334 | 363 | 103 | 11 | 0 | 110 | 5 | 104 | 130 | 75 |
| Binary | 11011100 | 11110011 | 1000011 | 1001 | 0 | 1001000 | 101 | 1000100 | 1011000 | 111101 |
Color Harmonies of #DCF343
Complementary color
Monochromatic Colors of #DCF343
Black with #DCF343
Text Example
Text Example
White with #DCF343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF343; }
p { color: rgb(220,243,67); }
H1.HeaderClassName
{
color: #DCF343;
}
.AnyTagClassName
{
color: #DCF343;
}
</style>
background-color css
<style>
a { background-color: #DCF343; }
a { background-color: rgb(220,243,67); }
div.DivClassName
{
background-color: #DCF343;
}
.BgClassName
{
background-color: #DCF343;
}
</style>
border-color css
<style>
span { border-color: #DCF343; }
span { border-color: rgb(220,243,67); }
td.TdClassName
{
border-color: #DCF343;
}
.TagClassName
{
border-color: #DCF343;
}
</style>