Shades of Pear #DCFE2B
Tints of Pear #DCFE2B
RGB
CMYK
RGB Variations
Color information
#DCFE2B (or 0xDCFE2B) is known color: Pear. HEX triplet: DC, FE and 2B. RGB value is (220,254,43). Sum of RGB (Red+Green+Blue) = 220+254+43=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 43 (17.19% from 255 or 8.32% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE2B is #2301D4. Grayscale: #DCDCDC. Windows color (decimal): -2294229 or 2883292. OLE color: 2883292.
HSL color Cylindrical-coordinate representation of color #DCFE2B: hue angle of 69.67º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCFE2B is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 43 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.00 |
| HSL | 69.67º | 0.99% | 0.58% | - |
| HSV(B) | 69.67º | 0.83% | 1% | - |
| XYZ | 65.39 | 86.27 | 15.49 | - |
| YUV | 219.78 | 28.24 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 43 | 0.13 | 0 | 0.83 | 0.00 | 69.67 | 0.99 | 0.58 |
| Hex | DC | FE | 2B | D | 0 | 53 | 0 | 46 | 63 | 3A |
| Octal | 334 | 376 | 53 | 15 | 0 | 123 | 0 | 106 | 143 | 72 |
| Binary | 11011100 | 11111110 | 101011 | 1101 | 0 | 1010011 | 0 | 1000110 | 1100011 | 111010 |
Color Harmonies of #DCFE2B
Complementary color
Monochromatic Colors of #DCFE2B
Black with #DCFE2B
Text Example
Text Example
White with #DCFE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE2B; }
p { color: rgb(220,254,43); }
H1.HeaderClassName
{
color: #DCFE2B;
}
.AnyTagClassName
{
color: #DCFE2B;
}
</style>
background-color css
<style>
a { background-color: #DCFE2B; }
a { background-color: rgb(220,254,43); }
div.DivClassName
{
background-color: #DCFE2B;
}
.BgClassName
{
background-color: #DCFE2B;
}
</style>
border-color css
<style>
span { border-color: #DCFE2B; }
span { border-color: rgb(220,254,43); }
td.TdClassName
{
border-color: #DCFE2B;
}
.TagClassName
{
border-color: #DCFE2B;
}
</style>