Shades of Pear #DCF74A
Tints of Pear #DCF74A
RGB
CMYK
RGB Variations
Color information
#DCF74A (or 0xDCF74A) is known color: Pear. HEX triplet: DC, F7 and 4A. RGB value is (220,247,74). Sum of RGB (Red+Green+Blue) = 220+247+74=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF74A is #2308B5. Grayscale: #DBDBDB. Windows color (decimal): -2295990 or 4913116. OLE color: 4913116.
HSL color Cylindrical-coordinate representation of color #DCF74A: hue angle of 69.36º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCF74A is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 74 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.03 |
| HSL | 69.36º | 0.92% | 0.63% | - |
| HSV(B) | 69.36º | 0.7% | 0.97% | - |
| XYZ | 64.01 | 82.23 | 18.98 | - |
| YUV | 219.21 | 46.05 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 74 | 0.11 | 0 | 0.70 | 0.03 | 69.36 | 0.92 | 0.63 |
| Hex | DC | F7 | 4A | B | 0 | 46 | 3 | 45 | 5C | 3F |
| Octal | 334 | 367 | 112 | 13 | 0 | 106 | 3 | 105 | 134 | 77 |
| Binary | 11011100 | 11110111 | 1001010 | 1011 | 0 | 1000110 | 11 | 1000101 | 1011100 | 111111 |
Color Harmonies of #DCF74A
Complementary color
Monochromatic Colors of #DCF74A
Black with #DCF74A
Text Example
Text Example
White with #DCF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF74A; }
p { color: rgb(220,247,74); }
H1.HeaderClassName
{
color: #DCF74A;
}
.AnyTagClassName
{
color: #DCF74A;
}
</style>
background-color css
<style>
a { background-color: #DCF74A; }
a { background-color: rgb(220,247,74); }
div.DivClassName
{
background-color: #DCF74A;
}
.BgClassName
{
background-color: #DCF74A;
}
</style>
border-color css
<style>
span { border-color: #DCF74A; }
span { border-color: rgb(220,247,74); }
td.TdClassName
{
border-color: #DCF74A;
}
.TagClassName
{
border-color: #DCF74A;
}
</style>