Shades of Pear #DCFA2E
Tints of Pear #DCFA2E
RGB
CMYK
RGB Variations
Color information
#DCFA2E (or 0xDCFA2E) is known color: Pear. HEX triplet: DC, FA and 2E. RGB value is (220,250,46). Sum of RGB (Red+Green+Blue) = 220+250+46=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 46 (18.36% from 255 or 8.91% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFA2E is #2305D1. Grayscale: #DADADA. Windows color (decimal): -2295250 or 3078876. OLE color: 3078876.
HSL color Cylindrical-coordinate representation of color #DCFA2E: hue angle of 68.82º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCFA2E is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 46 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.02 |
| HSL | 68.82º | 0.95% | 0.58% | - |
| HSV(B) | 68.82º | 0.82% | 0.98% | - |
| XYZ | 64.19 | 83.78 | 15.37 | - |
| YUV | 217.77 | 31.06 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 46 | 0.12 | 0 | 0.82 | 0.02 | 68.82 | 0.95 | 0.58 |
| Hex | DC | FA | 2E | C | 0 | 52 | 2 | 45 | 5F | 3A |
| Octal | 334 | 372 | 56 | 14 | 0 | 122 | 2 | 105 | 137 | 72 |
| Binary | 11011100 | 11111010 | 101110 | 1100 | 0 | 1010010 | 10 | 1000101 | 1011111 | 111010 |
Color Harmonies of #DCFA2E
Complementary color
Monochromatic Colors of #DCFA2E
Black with #DCFA2E
Text Example
Text Example
White with #DCFA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA2E; }
p { color: rgb(220,250,46); }
H1.HeaderClassName
{
color: #DCFA2E;
}
.AnyTagClassName
{
color: #DCFA2E;
}
</style>
background-color css
<style>
a { background-color: #DCFA2E; }
a { background-color: rgb(220,250,46); }
div.DivClassName
{
background-color: #DCFA2E;
}
.BgClassName
{
background-color: #DCFA2E;
}
</style>
border-color css
<style>
span { border-color: #DCFA2E; }
span { border-color: rgb(220,250,46); }
td.TdClassName
{
border-color: #DCFA2E;
}
.TagClassName
{
border-color: #DCFA2E;
}
</style>