Shades of Pear #DCF446
Tints of Pear #DCF446
RGB
CMYK
RGB Variations
Color information
#DCF446 (or 0xDCF446) is known color: Pear. HEX triplet: DC, F4 and 46. RGB value is (220,244,70). Sum of RGB (Red+Green+Blue) = 220+244+70=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 70 (27.73% from 255 or 13.11% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF446 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF446 is #230BB9. Grayscale: #D9D9D9. Windows color (decimal): -2296762 or 4650204. OLE color: 4650204.
HSL color Cylindrical-coordinate representation of color #DCF446: hue angle of 68.28º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCF446 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 70 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.04 |
| HSL | 68.28º | 0.89% | 0.62% | - |
| HSV(B) | 68.28º | 0.71% | 0.96% | - |
| XYZ | 62.97 | 80.36 | 17.99 | - |
| YUV | 216.99 | 45.05 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 70 | 0.10 | 0 | 0.71 | 0.04 | 68.28 | 0.89 | 0.62 |
| Hex | DC | F4 | 46 | A | 0 | 47 | 4 | 44 | 59 | 3E |
| Octal | 334 | 364 | 106 | 12 | 0 | 107 | 4 | 104 | 131 | 76 |
| Binary | 11011100 | 11110100 | 1000110 | 1010 | 0 | 1000111 | 100 | 1000100 | 1011001 | 111110 |
Color Harmonies of #DCF446
Complementary color
Monochromatic Colors of #DCF446
Black with #DCF446
Text Example
Text Example
White with #DCF446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF446; }
p { color: rgb(220,244,70); }
H1.HeaderClassName
{
color: #DCF446;
}
.AnyTagClassName
{
color: #DCF446;
}
</style>
background-color css
<style>
a { background-color: #DCF446; }
a { background-color: rgb(220,244,70); }
div.DivClassName
{
background-color: #DCF446;
}
.BgClassName
{
background-color: #DCF446;
}
</style>
border-color css
<style>
span { border-color: #DCF446; }
span { border-color: rgb(220,244,70); }
td.TdClassName
{
border-color: #DCF446;
}
.TagClassName
{
border-color: #DCF446;
}
</style>