Shades of Pear #DCF42C
Tints of Pear #DCF42C
RGB
CMYK
RGB Variations
Color information
#DCF42C (or 0xDCF42C) is known color: Pear. HEX triplet: DC, F4 and 2C. RGB value is (220,244,44). Sum of RGB (Red+Green+Blue) = 220+244+44=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 44 (17.58% from 255 or 8.66% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF42C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF42C is #230BD3. Grayscale: #D6D6D6. Windows color (decimal): -2296788 or 2946268. OLE color: 2946268.
HSL color Cylindrical-coordinate representation of color #DCF42C: hue angle of 67.2º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCF42C is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 44 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.04 |
| HSL | 67.2º | 0.9% | 0.56% | - |
| HSV(B) | 67.2º | 0.82% | 0.96% | - |
| XYZ | 62.32 | 80.1 | 14.56 | - |
| YUV | 214.02 | 32.05 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 44 | 0.10 | 0 | 0.82 | 0.04 | 67.2 | 0.9 | 0.56 |
| Hex | DC | F4 | 2C | A | 0 | 52 | 4 | 43 | 5A | 38 |
| Octal | 334 | 364 | 54 | 12 | 0 | 122 | 4 | 103 | 132 | 70 |
| Binary | 11011100 | 11110100 | 101100 | 1010 | 0 | 1010010 | 100 | 1000011 | 1011010 | 111000 |
Color Harmonies of #DCF42C
Complementary color
Monochromatic Colors of #DCF42C
Black with #DCF42C
Text Example
Text Example
White with #DCF42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF42C; }
p { color: rgb(220,244,44); }
H1.HeaderClassName
{
color: #DCF42C;
}
.AnyTagClassName
{
color: #DCF42C;
}
</style>
background-color css
<style>
a { background-color: #DCF42C; }
a { background-color: rgb(220,244,44); }
div.DivClassName
{
background-color: #DCF42C;
}
.BgClassName
{
background-color: #DCF42C;
}
</style>
border-color css
<style>
span { border-color: #DCF42C; }
span { border-color: rgb(220,244,44); }
td.TdClassName
{
border-color: #DCF42C;
}
.TagClassName
{
border-color: #DCF42C;
}
</style>