Shades of Pear #DCF73E
Tints of Pear #DCF73E
RGB
CMYK
RGB Variations
Color information
#DCF73E (or 0xDCF73E) is known color: Pear. HEX triplet: DC, F7 and 3E. RGB value is (220,247,62). Sum of RGB (Red+Green+Blue) = 220+247+62=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 62 (24.61% from 255 or 11.72% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF73E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF73E is #2308C1. Grayscale: #DADADA. Windows color (decimal): -2296002 or 4126684. OLE color: 4126684.
HSL color Cylindrical-coordinate representation of color #DCF73E: hue angle of 68.76º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCF73E is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 62 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.03 |
| HSL | 68.76º | 0.92% | 0.61% | - |
| HSV(B) | 68.76º | 0.75% | 0.97% | - |
| XYZ | 63.65 | 82.08 | 17.05 | - |
| YUV | 217.84 | 40.05 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 62 | 0.11 | 0 | 0.75 | 0.03 | 68.76 | 0.92 | 0.61 |
| Hex | DC | F7 | 3E | B | 0 | 4B | 3 | 45 | 5C | 3D |
| Octal | 334 | 367 | 76 | 13 | 0 | 113 | 3 | 105 | 134 | 75 |
| Binary | 11011100 | 11110111 | 111110 | 1011 | 0 | 1001011 | 11 | 1000101 | 1011100 | 111101 |
Color Harmonies of #DCF73E
Complementary color
Monochromatic Colors of #DCF73E
Black with #DCF73E
Text Example
Text Example
White with #DCF73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF73E; }
p { color: rgb(220,247,62); }
H1.HeaderClassName
{
color: #DCF73E;
}
.AnyTagClassName
{
color: #DCF73E;
}
</style>
background-color css
<style>
a { background-color: #DCF73E; }
a { background-color: rgb(220,247,62); }
div.DivClassName
{
background-color: #DCF73E;
}
.BgClassName
{
background-color: #DCF73E;
}
</style>
border-color css
<style>
span { border-color: #DCF73E; }
span { border-color: rgb(220,247,62); }
td.TdClassName
{
border-color: #DCF73E;
}
.TagClassName
{
border-color: #DCF73E;
}
</style>