Shades of Pear #DCF11C
Tints of Pear #DCF11C
RGB
CMYK
RGB Variations
Color information
#DCF11C (or 0xDCF11C) is known color: Pear. HEX triplet: DC, F1 and 1C. RGB value is (220,241,28). Sum of RGB (Red+Green+Blue) = 220+241+28=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 28 (11.33% from 255 or 5.73% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF11C is #230EE3. Grayscale: #D3D3D3. Windows color (decimal): -2297572 or 1896924. OLE color: 1896924.
HSL color Cylindrical-coordinate representation of color #DCF11C: hue angle of 65.92º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCF11C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 28 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.05 |
| HSL | 65.92º | 0.88% | 0.53% | - |
| HSV(B) | 65.92º | 0.88% | 0.95% | - |
| XYZ | 61.18 | 78.21 | 12.97 | - |
| YUV | 210.44 | 25.04 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 28 | 0.09 | 0 | 0.88 | 0.05 | 65.92 | 0.88 | 0.53 |
| Hex | DC | F1 | 1C | 9 | 0 | 58 | 5 | 42 | 58 | 35 |
| Octal | 334 | 361 | 34 | 11 | 0 | 130 | 5 | 102 | 130 | 65 |
| Binary | 11011100 | 11110001 | 11100 | 1001 | 0 | 1011000 | 101 | 1000010 | 1011000 | 110101 |
Color Harmonies of #DCF11C
Complementary color
Monochromatic Colors of #DCF11C
Black with #DCF11C
Text Example
Text Example
White with #DCF11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF11C; }
p { color: rgb(220,241,28); }
H1.HeaderClassName
{
color: #DCF11C;
}
.AnyTagClassName
{
color: #DCF11C;
}
</style>
background-color css
<style>
a { background-color: #DCF11C; }
a { background-color: rgb(220,241,28); }
div.DivClassName
{
background-color: #DCF11C;
}
.BgClassName
{
background-color: #DCF11C;
}
</style>
border-color css
<style>
span { border-color: #DCF11C; }
span { border-color: rgb(220,241,28); }
td.TdClassName
{
border-color: #DCF11C;
}
.TagClassName
{
border-color: #DCF11C;
}
</style>