Shades of Pear #DCF41C
Tints of Pear #DCF41C
RGB
CMYK
RGB Variations
Color information
#DCF41C (or 0xDCF41C) is known color: Pear. HEX triplet: DC, F4 and 1C. RGB value is (220,244,28). Sum of RGB (Red+Green+Blue) = 220+244+28=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 28 (11.33% from 255 or 5.69% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF41C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF41C is #230BE3. Grayscale: #D5D5D5. Windows color (decimal): -2296804 or 1897692. OLE color: 1897692.
HSL color Cylindrical-coordinate representation of color #DCF41C: hue angle of 66.67º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCF41C is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 28 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.04 |
| HSL | 66.67º | 0.91% | 0.53% | - |
| HSV(B) | 66.67º | 0.89% | 0.96% | - |
| XYZ | 62.08 | 80 | 13.27 | - |
| YUV | 212.2 | 24.05 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 28 | 0.10 | 0 | 0.89 | 0.04 | 66.67 | 0.91 | 0.53 |
| Hex | DC | F4 | 1C | A | 0 | 59 | 4 | 43 | 5B | 35 |
| Octal | 334 | 364 | 34 | 12 | 0 | 131 | 4 | 103 | 133 | 65 |
| Binary | 11011100 | 11110100 | 11100 | 1010 | 0 | 1011001 | 100 | 1000011 | 1011011 | 110101 |
Color Harmonies of #DCF41C
Complementary color
Monochromatic Colors of #DCF41C
Black with #DCF41C
Text Example
Text Example
White with #DCF41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF41C; }
p { color: rgb(220,244,28); }
H1.HeaderClassName
{
color: #DCF41C;
}
.AnyTagClassName
{
color: #DCF41C;
}
</style>
background-color css
<style>
a { background-color: #DCF41C; }
a { background-color: rgb(220,244,28); }
div.DivClassName
{
background-color: #DCF41C;
}
.BgClassName
{
background-color: #DCF41C;
}
</style>
border-color css
<style>
span { border-color: #DCF41C; }
span { border-color: rgb(220,244,28); }
td.TdClassName
{
border-color: #DCF41C;
}
.TagClassName
{
border-color: #DCF41C;
}
</style>