Shades of Pear #DCF928
Tints of Pear #DCF928
RGB
CMYK
RGB Variations
Color information
#DCF928 (or 0xDCF928) is known color: Pear. HEX triplet: DC, F9 and 28. RGB value is (220,249,40). Sum of RGB (Red+Green+Blue) = 220+249+40=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 40 (16.02% from 255 or 7.86% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF928 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF928 is #2306D7. Grayscale: #D9D9D9. Windows color (decimal): -2295512 or 2685404. OLE color: 2685404.
HSL color Cylindrical-coordinate representation of color #DCF928: hue angle of 68.33º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCF928 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 40 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.02 |
| HSL | 68.33º | 0.95% | 0.57% | - |
| HSV(B) | 68.33º | 0.84% | 0.98% | - |
| XYZ | 63.77 | 83.12 | 14.69 | - |
| YUV | 216.5 | 28.39 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 40 | 0.12 | 0 | 0.84 | 0.02 | 68.33 | 0.95 | 0.57 |
| Hex | DC | F9 | 28 | C | 0 | 54 | 2 | 44 | 5F | 39 |
| Octal | 334 | 371 | 50 | 14 | 0 | 124 | 2 | 104 | 137 | 71 |
| Binary | 11011100 | 11111001 | 101000 | 1100 | 0 | 1010100 | 10 | 1000100 | 1011111 | 111001 |
Color Harmonies of #DCF928
Complementary color
Monochromatic Colors of #DCF928
Black with #DCF928
Text Example
Text Example
White with #DCF928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF928; }
p { color: rgb(220,249,40); }
H1.HeaderClassName
{
color: #DCF928;
}
.AnyTagClassName
{
color: #DCF928;
}
</style>
background-color css
<style>
a { background-color: #DCF928; }
a { background-color: rgb(220,249,40); }
div.DivClassName
{
background-color: #DCF928;
}
.BgClassName
{
background-color: #DCF928;
}
</style>
border-color css
<style>
span { border-color: #DCF928; }
span { border-color: rgb(220,249,40); }
td.TdClassName
{
border-color: #DCF928;
}
.TagClassName
{
border-color: #DCF928;
}
</style>