Shades of Pear #DCFD3A
Tints of Pear #DCFD3A
RGB
CMYK
RGB Variations
Color information
#DCFD3A (or 0xDCFD3A) is known color: Pear. HEX triplet: DC, FD and 3A. RGB value is (220,253,58). Sum of RGB (Red+Green+Blue) = 220+253+58=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 58 (23.05% from 255 or 10.92% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD3A is #2302C5. Grayscale: #DDDDDD. Windows color (decimal): -2294470 or 3866076. OLE color: 3866076.
HSL color Cylindrical-coordinate representation of color #DCFD3A: hue angle of 70.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCFD3A is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 58 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.01 |
| HSL | 70.15º | 0.98% | 0.61% | - |
| HSV(B) | 70.15º | 0.77% | 0.99% | - |
| XYZ | 65.4 | 85.77 | 17.11 | - |
| YUV | 220.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 58 | 0.13 | 0 | 0.77 | 0.01 | 70.15 | 0.98 | 0.61 |
| Hex | DC | FD | 3A | D | 0 | 4D | 1 | 46 | 62 | 3D |
| Octal | 334 | 375 | 72 | 15 | 0 | 115 | 1 | 106 | 142 | 75 |
| Binary | 11011100 | 11111101 | 111010 | 1101 | 0 | 1001101 | 1 | 1000110 | 1100010 | 111101 |
Color Harmonies of #DCFD3A
Complementary color
Monochromatic Colors of #DCFD3A
Black with #DCFD3A
Text Example
Text Example
White with #DCFD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD3A; }
p { color: rgb(220,253,58); }
H1.HeaderClassName
{
color: #DCFD3A;
}
.AnyTagClassName
{
color: #DCFD3A;
}
</style>
background-color css
<style>
a { background-color: #DCFD3A; }
a { background-color: rgb(220,253,58); }
div.DivClassName
{
background-color: #DCFD3A;
}
.BgClassName
{
background-color: #DCFD3A;
}
</style>
border-color css
<style>
span { border-color: #DCFD3A; }
span { border-color: rgb(220,253,58); }
td.TdClassName
{
border-color: #DCFD3A;
}
.TagClassName
{
border-color: #DCFD3A;
}
</style>