Shades of Pear #DCF82F
Tints of Pear #DCF82F
RGB
CMYK
RGB Variations
Color information
#DCF82F (or 0xDCF82F) is known color: Pear. HEX triplet: DC, F8 and 2F. RGB value is (220,248,47). Sum of RGB (Red+Green+Blue) = 220+248+47=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 47 (18.75% from 255 or 9.13% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF82F is #2307D0. Grayscale: #D9D9D9. Windows color (decimal): -2295761 or 3143900. OLE color: 3143900.
HSL color Cylindrical-coordinate representation of color #DCF82F: hue angle of 68.36º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCF82F is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 47 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.03 |
| HSL | 68.36º | 0.93% | 0.58% | - |
| HSV(B) | 68.36º | 0.81% | 0.97% | - |
| XYZ | 63.6 | 82.56 | 15.27 | - |
| YUV | 216.71 | 32.22 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 47 | 0.11 | 0 | 0.81 | 0.03 | 68.36 | 0.93 | 0.58 |
| Hex | DC | F8 | 2F | B | 0 | 51 | 3 | 44 | 5D | 3A |
| Octal | 334 | 370 | 57 | 13 | 0 | 121 | 3 | 104 | 135 | 72 |
| Binary | 11011100 | 11111000 | 101111 | 1011 | 0 | 1010001 | 11 | 1000100 | 1011101 | 111010 |
Color Harmonies of #DCF82F
Complementary color
Monochromatic Colors of #DCF82F
Black with #DCF82F
Text Example
Text Example
White with #DCF82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF82F; }
p { color: rgb(220,248,47); }
H1.HeaderClassName
{
color: #DCF82F;
}
.AnyTagClassName
{
color: #DCF82F;
}
</style>
background-color css
<style>
a { background-color: #DCF82F; }
a { background-color: rgb(220,248,47); }
div.DivClassName
{
background-color: #DCF82F;
}
.BgClassName
{
background-color: #DCF82F;
}
</style>
border-color css
<style>
span { border-color: #DCF82F; }
span { border-color: rgb(220,248,47); }
td.TdClassName
{
border-color: #DCF82F;
}
.TagClassName
{
border-color: #DCF82F;
}
</style>