Shades of Pear #DCFE43
Tints of Pear #DCFE43
RGB
CMYK
RGB Variations
Color information
#DCFE43 (or 0xDCFE43) is known color: Pear. HEX triplet: DC, FE and 43. RGB value is (220,254,67). Sum of RGB (Red+Green+Blue) = 220+254+67=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 67 (26.56% from 255 or 12.38% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE43 is #2301BC. Grayscale: #DFDFDF. Windows color (decimal): -2294205 or 4456156. OLE color: 4456156.
HSL color Cylindrical-coordinate representation of color #DCFE43: hue angle of 70.91º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCFE43 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 67 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.00 |
| HSL | 70.91º | 0.99% | 0.63% | - |
| HSV(B) | 70.91º | 0.74% | 1% | - |
| XYZ | 65.97 | 86.5 | 18.53 | - |
| YUV | 222.52 | 40.24 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 67 | 0.13 | 0 | 0.74 | 0.00 | 70.91 | 0.99 | 0.63 |
| Hex | DC | FE | 43 | D | 0 | 4A | 0 | 47 | 63 | 3F |
| Octal | 334 | 376 | 103 | 15 | 0 | 112 | 0 | 107 | 143 | 77 |
| Binary | 11011100 | 11111110 | 1000011 | 1101 | 0 | 1001010 | 0 | 1000111 | 1100011 | 111111 |
Color Harmonies of #DCFE43
Complementary color
Monochromatic Colors of #DCFE43
Black with #DCFE43
Text Example
Text Example
White with #DCFE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE43; }
p { color: rgb(220,254,67); }
H1.HeaderClassName
{
color: #DCFE43;
}
.AnyTagClassName
{
color: #DCFE43;
}
</style>
background-color css
<style>
a { background-color: #DCFE43; }
a { background-color: rgb(220,254,67); }
div.DivClassName
{
background-color: #DCFE43;
}
.BgClassName
{
background-color: #DCFE43;
}
</style>
border-color css
<style>
span { border-color: #DCFE43; }
span { border-color: rgb(220,254,67); }
td.TdClassName
{
border-color: #DCFE43;
}
.TagClassName
{
border-color: #DCFE43;
}
</style>