Shades of Pear #DCFB2E
Tints of Pear #DCFB2E
RGB
CMYK
RGB Variations
Color information
#DCFB2E (or 0xDCFB2E) is known color: Pear. HEX triplet: DC, FB and 2E. RGB value is (220,251,46). Sum of RGB (Red+Green+Blue) = 220+251+46=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 46 (18.36% from 255 or 8.90% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB2E is #2304D1. Grayscale: #DBDBDB. Windows color (decimal): -2294994 or 3079132. OLE color: 3079132.
HSL color Cylindrical-coordinate representation of color #DCFB2E: hue angle of 69.07º degrees, saturation: 0.96, 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 #DCFB2E is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 46 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.02 |
| HSL | 69.07º | 0.96% | 0.58% | - |
| HSV(B) | 69.07º | 0.82% | 0.98% | - |
| XYZ | 64.51 | 84.41 | 15.48 | - |
| YUV | 218.36 | 30.73 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 46 | 0.12 | 0 | 0.82 | 0.02 | 69.07 | 0.96 | 0.58 |
| Hex | DC | FB | 2E | C | 0 | 52 | 2 | 45 | 60 | 3A |
| Octal | 334 | 373 | 56 | 14 | 0 | 122 | 2 | 105 | 140 | 72 |
| Binary | 11011100 | 11111011 | 101110 | 1100 | 0 | 1010010 | 10 | 1000101 | 1100000 | 111010 |
Color Harmonies of #DCFB2E
Complementary color
Monochromatic Colors of #DCFB2E
Black with #DCFB2E
Text Example
Text Example
White with #DCFB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB2E; }
p { color: rgb(220,251,46); }
H1.HeaderClassName
{
color: #DCFB2E;
}
.AnyTagClassName
{
color: #DCFB2E;
}
</style>
background-color css
<style>
a { background-color: #DCFB2E; }
a { background-color: rgb(220,251,46); }
div.DivClassName
{
background-color: #DCFB2E;
}
.BgClassName
{
background-color: #DCFB2E;
}
</style>
border-color css
<style>
span { border-color: #DCFB2E; }
span { border-color: rgb(220,251,46); }
td.TdClassName
{
border-color: #DCFB2E;
}
.TagClassName
{
border-color: #DCFB2E;
}
</style>