Shades of Pear #DCFD2B
Tints of Pear #DCFD2B
RGB
CMYK
RGB Variations
Color information
#DCFD2B (or 0xDCFD2B) is known color: Pear. HEX triplet: DC, FD and 2B. RGB value is (220,253,43). Sum of RGB (Red+Green+Blue) = 220+253+43=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 43 (17.19% from 255 or 8.33% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD2B is #2302D4. Grayscale: #DBDBDB. Windows color (decimal): -2294485 or 2883036. OLE color: 2883036.
HSL color Cylindrical-coordinate representation of color #DCFD2B: hue angle of 69.43º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCFD2B is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 43 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.01 |
| HSL | 69.43º | 0.98% | 0.58% | - |
| HSV(B) | 69.43º | 0.83% | 0.99% | - |
| XYZ | 65.08 | 85.64 | 15.39 | - |
| YUV | 219.19 | 28.57 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 43 | 0.13 | 0 | 0.83 | 0.01 | 69.43 | 0.98 | 0.58 |
| Hex | DC | FD | 2B | D | 0 | 53 | 1 | 45 | 62 | 3A |
| Octal | 334 | 375 | 53 | 15 | 0 | 123 | 1 | 105 | 142 | 72 |
| Binary | 11011100 | 11111101 | 101011 | 1101 | 0 | 1010011 | 1 | 1000101 | 1100010 | 111010 |
Color Harmonies of #DCFD2B
Complementary color
Monochromatic Colors of #DCFD2B
Black with #DCFD2B
Text Example
Text Example
White with #DCFD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD2B; }
p { color: rgb(220,253,43); }
H1.HeaderClassName
{
color: #DCFD2B;
}
.AnyTagClassName
{
color: #DCFD2B;
}
</style>
background-color css
<style>
a { background-color: #DCFD2B; }
a { background-color: rgb(220,253,43); }
div.DivClassName
{
background-color: #DCFD2B;
}
.BgClassName
{
background-color: #DCFD2B;
}
</style>
border-color css
<style>
span { border-color: #DCFD2B; }
span { border-color: rgb(220,253,43); }
td.TdClassName
{
border-color: #DCFD2B;
}
.TagClassName
{
border-color: #DCFD2B;
}
</style>