Shades of Pear #DCF73B
Tints of Pear #DCF73B
RGB
CMYK
RGB Variations
Color information
#DCF73B (or 0xDCF73B) is known color: Pear. HEX triplet: DC, F7 and 3B. RGB value is (220,247,59). Sum of RGB (Red+Green+Blue) = 220+247+59=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 59 (23.44% from 255 or 11.22% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF73B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF73B is #2308C4. Grayscale: #DADADA. Windows color (decimal): -2296005 or 3930076. OLE color: 3930076.
HSL color Cylindrical-coordinate representation of color #DCF73B: hue angle of 68.62º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCF73B is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 59 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.03 |
| HSL | 68.62º | 0.92% | 0.6% | - |
| HSV(B) | 68.62º | 0.76% | 0.97% | - |
| XYZ | 63.57 | 82.05 | 16.63 | - |
| YUV | 217.5 | 38.55 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 59 | 0.11 | 0 | 0.76 | 0.03 | 68.62 | 0.92 | 0.6 |
| Hex | DC | F7 | 3B | B | 0 | 4C | 3 | 45 | 5C | 3C |
| Octal | 334 | 367 | 73 | 13 | 0 | 114 | 3 | 105 | 134 | 74 |
| Binary | 11011100 | 11110111 | 111011 | 1011 | 0 | 1001100 | 11 | 1000101 | 1011100 | 111100 |
Color Harmonies of #DCF73B
Complementary color
Monochromatic Colors of #DCF73B
Black with #DCF73B
Text Example
Text Example
White with #DCF73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF73B; }
p { color: rgb(220,247,59); }
H1.HeaderClassName
{
color: #DCF73B;
}
.AnyTagClassName
{
color: #DCF73B;
}
</style>
background-color css
<style>
a { background-color: #DCF73B; }
a { background-color: rgb(220,247,59); }
div.DivClassName
{
background-color: #DCF73B;
}
.BgClassName
{
background-color: #DCF73B;
}
</style>
border-color css
<style>
span { border-color: #DCF73B; }
span { border-color: rgb(220,247,59); }
td.TdClassName
{
border-color: #DCF73B;
}
.TagClassName
{
border-color: #DCF73B;
}
</style>