Shades of Pear #DCF73D
Tints of Pear #DCF73D
RGB
CMYK
RGB Variations
Color information
#DCF73D (or 0xDCF73D) is known color: Pear. HEX triplet: DC, F7 and 3D. RGB value is (220,247,61). Sum of RGB (Red+Green+Blue) = 220+247+61=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF73D is #2308C2. Grayscale: #DADADA. Windows color (decimal): -2296003 or 4061148. OLE color: 4061148.
HSL color Cylindrical-coordinate representation of color #DCF73D: hue angle of 68.71º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCF73D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 61 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.03 |
| HSL | 68.71º | 0.92% | 0.6% | - |
| HSV(B) | 68.71º | 0.75% | 0.97% | - |
| XYZ | 63.62 | 82.07 | 16.9 | - |
| YUV | 217.72 | 39.55 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 61 | 0.11 | 0 | 0.75 | 0.03 | 68.71 | 0.92 | 0.6 |
| Hex | DC | F7 | 3D | B | 0 | 4B | 3 | 45 | 5C | 3C |
| Octal | 334 | 367 | 75 | 13 | 0 | 113 | 3 | 105 | 134 | 74 |
| Binary | 11011100 | 11110111 | 111101 | 1011 | 0 | 1001011 | 11 | 1000101 | 1011100 | 111100 |
Color Harmonies of #DCF73D
Complementary color
Monochromatic Colors of #DCF73D
Black with #DCF73D
Text Example
Text Example
White with #DCF73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF73D; }
p { color: rgb(220,247,61); }
H1.HeaderClassName
{
color: #DCF73D;
}
.AnyTagClassName
{
color: #DCF73D;
}
</style>
background-color css
<style>
a { background-color: #DCF73D; }
a { background-color: rgb(220,247,61); }
div.DivClassName
{
background-color: #DCF73D;
}
.BgClassName
{
background-color: #DCF73D;
}
</style>
border-color css
<style>
span { border-color: #DCF73D; }
span { border-color: rgb(220,247,61); }
td.TdClassName
{
border-color: #DCF73D;
}
.TagClassName
{
border-color: #DCF73D;
}
</style>