Shades of Pear #DCFC43
Tints of Pear #DCFC43
RGB
CMYK
RGB Variations
Color information
#DCFC43 (or 0xDCFC43) is known color: Pear. HEX triplet: DC, FC and 43. RGB value is (220,252,67). Sum of RGB (Red+Green+Blue) = 220+252+67=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 67 (26.56% from 255 or 12.43% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC43 is #2303BC. Grayscale: #DEDEDE. Windows color (decimal): -2294717 or 4455644. OLE color: 4455644.
HSL color Cylindrical-coordinate representation of color #DCFC43: hue angle of 70.38º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCFC43 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 67 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.01 |
| HSL | 70.38º | 0.97% | 0.63% | - |
| HSV(B) | 70.38º | 0.73% | 0.99% | - |
| XYZ | 65.34 | 85.24 | 18.32 | - |
| YUV | 221.34 | 40.9 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 67 | 0.13 | 0 | 0.73 | 0.01 | 70.38 | 0.97 | 0.63 |
| Hex | DC | FC | 43 | D | 0 | 49 | 1 | 46 | 61 | 3F |
| Octal | 334 | 374 | 103 | 15 | 0 | 111 | 1 | 106 | 141 | 77 |
| Binary | 11011100 | 11111100 | 1000011 | 1101 | 0 | 1001001 | 1 | 1000110 | 1100001 | 111111 |
Color Harmonies of #DCFC43
Complementary color
Monochromatic Colors of #DCFC43
Black with #DCFC43
Text Example
Text Example
White with #DCFC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC43; }
p { color: rgb(220,252,67); }
H1.HeaderClassName
{
color: #DCFC43;
}
.AnyTagClassName
{
color: #DCFC43;
}
</style>
background-color css
<style>
a { background-color: #DCFC43; }
a { background-color: rgb(220,252,67); }
div.DivClassName
{
background-color: #DCFC43;
}
.BgClassName
{
background-color: #DCFC43;
}
</style>
border-color css
<style>
span { border-color: #DCFC43; }
span { border-color: rgb(220,252,67); }
td.TdClassName
{
border-color: #DCFC43;
}
.TagClassName
{
border-color: #DCFC43;
}
</style>