Shades of Pear #DCFF43
Tints of Pear #DCFF43
RGB
CMYK
RGB Variations
Color information
#DCFF43 (or 0xDCFF43) is known color: Pear. HEX triplet: DC, FF and 43. RGB value is (220,255,67). Sum of RGB (Red+Green+Blue) = 220+255+67=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 67 (26.56% from 255 or 12.36% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF43 is #2300BC. Grayscale: #DFDFDF. Windows color (decimal): -2293949 or 4456412. OLE color: 4456412.
HSL color Cylindrical-coordinate representation of color #DCFF43: hue angle of 71.17º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCFF43 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 67 | - |
| CMYK | 0.14 | 0 | 0.74 | 0 |
| HSL | 71.17º | 1% | 0.63% | - |
| HSV(B) | 71.17º | 0.74% | 1% | - |
| XYZ | 66.29 | 87.14 | 18.64 | - |
| YUV | 223.1 | 39.9 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 67 | 0.14 | 0 | 0.74 | 0 | 71.17 | 1 | 0.63 |
| Hex | DC | FF | 43 | E | 0 | 4A | 0 | 47 | 64 | 3F |
| Octal | 334 | 377 | 103 | 16 | 0 | 112 | 0 | 107 | 144 | 77 |
| Binary | 11011100 | 11111111 | 1000011 | 1110 | 0 | 1001010 | 0 | 1000111 | 1100100 | 111111 |
Color Harmonies of #DCFF43
Complementary color
Monochromatic Colors of #DCFF43
Black with #DCFF43
Text Example
Text Example
White with #DCFF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF43; }
p { color: rgb(220,255,67); }
H1.HeaderClassName
{
color: #DCFF43;
}
.AnyTagClassName
{
color: #DCFF43;
}
</style>
background-color css
<style>
a { background-color: #DCFF43; }
a { background-color: rgb(220,255,67); }
div.DivClassName
{
background-color: #DCFF43;
}
.BgClassName
{
background-color: #DCFF43;
}
</style>
border-color css
<style>
span { border-color: #DCFF43; }
span { border-color: rgb(220,255,67); }
td.TdClassName
{
border-color: #DCFF43;
}
.TagClassName
{
border-color: #DCFF43;
}
</style>