Shades of Pear #DCFC4A
Tints of Pear #DCFC4A
RGB
CMYK
RGB Variations
Color information
#DCFC4A (or 0xDCFC4A) is known color: Pear. HEX triplet: DC, FC and 4A. RGB value is (220,252,74). Sum of RGB (Red+Green+Blue) = 220+252+74=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 74 (29.30% from 255 or 13.55% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC4A is #2303B5. Grayscale: #DEDEDE. Windows color (decimal): -2294710 or 4914396. OLE color: 4914396.
HSL color Cylindrical-coordinate representation of color #DCFC4A: hue angle of 70.79º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCFC4A is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 74 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.01 |
| HSL | 70.79º | 0.97% | 0.64% | - |
| HSV(B) | 70.79º | 0.71% | 0.99% | - |
| XYZ | 65.56 | 85.33 | 19.49 | - |
| YUV | 222.14 | 44.4 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 74 | 0.13 | 0 | 0.71 | 0.01 | 70.79 | 0.97 | 0.64 |
| Hex | DC | FC | 4A | D | 0 | 47 | 1 | 47 | 61 | 40 |
| Octal | 334 | 374 | 112 | 15 | 0 | 107 | 1 | 107 | 141 | 100 |
| Binary | 11011100 | 11111100 | 1001010 | 1101 | 0 | 1000111 | 1 | 1000111 | 1100001 | 1000000 |
Color Harmonies of #DCFC4A
Complementary color
Monochromatic Colors of #DCFC4A
Black with #DCFC4A
Text Example
Text Example
White with #DCFC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC4A; }
p { color: rgb(220,252,74); }
H1.HeaderClassName
{
color: #DCFC4A;
}
.AnyTagClassName
{
color: #DCFC4A;
}
</style>
background-color css
<style>
a { background-color: #DCFC4A; }
a { background-color: rgb(220,252,74); }
div.DivClassName
{
background-color: #DCFC4A;
}
.BgClassName
{
background-color: #DCFC4A;
}
</style>
border-color css
<style>
span { border-color: #DCFC4A; }
span { border-color: rgb(220,252,74); }
td.TdClassName
{
border-color: #DCFC4A;
}
.TagClassName
{
border-color: #DCFC4A;
}
</style>