Shades of Pear #DCF43F
Tints of Pear #DCF43F
RGB
CMYK
RGB Variations
Color information
#DCF43F (or 0xDCF43F) is known color: Pear. HEX triplet: DC, F4 and 3F. RGB value is (220,244,63). Sum of RGB (Red+Green+Blue) = 220+244+63=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 63 (25% from 255 or 11.95% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF43F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF43F is #230BC0. Grayscale: #D8D8D8. Windows color (decimal): -2296769 or 4191452. OLE color: 4191452.
HSL color Cylindrical-coordinate representation of color #DCF43F: hue angle of 67.96º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCF43F is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 63 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.04 |
| HSL | 67.96º | 0.89% | 0.6% | - |
| HSV(B) | 67.96º | 0.74% | 0.96% | - |
| XYZ | 62.76 | 80.28 | 16.89 | - |
| YUV | 216.19 | 41.55 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 63 | 0.10 | 0 | 0.74 | 0.04 | 67.96 | 0.89 | 0.6 |
| Hex | DC | F4 | 3F | A | 0 | 4A | 4 | 44 | 59 | 3C |
| Octal | 334 | 364 | 77 | 12 | 0 | 112 | 4 | 104 | 131 | 74 |
| Binary | 11011100 | 11110100 | 111111 | 1010 | 0 | 1001010 | 100 | 1000100 | 1011001 | 111100 |
Color Harmonies of #DCF43F
Complementary color
Monochromatic Colors of #DCF43F
Black with #DCF43F
Text Example
Text Example
White with #DCF43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF43F; }
p { color: rgb(220,244,63); }
H1.HeaderClassName
{
color: #DCF43F;
}
.AnyTagClassName
{
color: #DCF43F;
}
</style>
background-color css
<style>
a { background-color: #DCF43F; }
a { background-color: rgb(220,244,63); }
div.DivClassName
{
background-color: #DCF43F;
}
.BgClassName
{
background-color: #DCF43F;
}
</style>
border-color css
<style>
span { border-color: #DCF43F; }
span { border-color: rgb(220,244,63); }
td.TdClassName
{
border-color: #DCF43F;
}
.TagClassName
{
border-color: #DCF43F;
}
</style>