Shades of Pear #DCFB2D
Tints of Pear #DCFB2D
RGB
CMYK
RGB Variations
Color information
#DCFB2D (or 0xDCFB2D) is known color: Pear. HEX triplet: DC, FB and 2D. RGB value is (220,251,45). Sum of RGB (Red+Green+Blue) = 220+251+45=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB2D is #2304D2. Grayscale: #DBDBDB. Windows color (decimal): -2294995 or 3013596. OLE color: 3013596.
HSL color Cylindrical-coordinate representation of color #DCFB2D: hue angle of 69.03º 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 #DCFB2D is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 45 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.02 |
| HSL | 69.03º | 0.96% | 0.58% | - |
| HSV(B) | 69.03º | 0.82% | 0.98% | - |
| XYZ | 64.49 | 84.4 | 15.37 | - |
| YUV | 218.25 | 30.23 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 45 | 0.12 | 0 | 0.82 | 0.02 | 69.03 | 0.96 | 0.58 |
| Hex | DC | FB | 2D | C | 0 | 52 | 2 | 45 | 60 | 3A |
| Octal | 334 | 373 | 55 | 14 | 0 | 122 | 2 | 105 | 140 | 72 |
| Binary | 11011100 | 11111011 | 101101 | 1100 | 0 | 1010010 | 10 | 1000101 | 1100000 | 111010 |
Color Harmonies of #DCFB2D
Complementary color
Monochromatic Colors of #DCFB2D
Black with #DCFB2D
Text Example
Text Example
White with #DCFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB2D; }
p { color: rgb(220,251,45); }
H1.HeaderClassName
{
color: #DCFB2D;
}
.AnyTagClassName
{
color: #DCFB2D;
}
</style>
background-color css
<style>
a { background-color: #DCFB2D; }
a { background-color: rgb(220,251,45); }
div.DivClassName
{
background-color: #DCFB2D;
}
.BgClassName
{
background-color: #DCFB2D;
}
</style>
border-color css
<style>
span { border-color: #DCFB2D; }
span { border-color: rgb(220,251,45); }
td.TdClassName
{
border-color: #DCFB2D;
}
.TagClassName
{
border-color: #DCFB2D;
}
</style>