Shades of Pear #DCF63B
Tints of Pear #DCF63B
RGB
CMYK
RGB Variations
Color information
#DCF63B (or 0xDCF63B) is known color: Pear. HEX triplet: DC, F6 and 3B. RGB value is (220,246,59). Sum of RGB (Red+Green+Blue) = 220+246+59=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 59 (23.44% from 255 or 11.24% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF63B is #2309C4. Grayscale: #D9D9D9. Windows color (decimal): -2296261 or 3929820. OLE color: 3929820.
HSL color Cylindrical-coordinate representation of color #DCF63B: hue angle of 68.34º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCF63B is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 59 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.04 |
| HSL | 68.34º | 0.91% | 0.6% | - |
| HSV(B) | 68.34º | 0.76% | 0.96% | - |
| XYZ | 63.26 | 81.44 | 16.52 | - |
| YUV | 216.91 | 38.89 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 59 | 0.11 | 0 | 0.76 | 0.04 | 68.34 | 0.91 | 0.6 |
| Hex | DC | F6 | 3B | B | 0 | 4C | 4 | 44 | 5B | 3C |
| Octal | 334 | 366 | 73 | 13 | 0 | 114 | 4 | 104 | 133 | 74 |
| Binary | 11011100 | 11110110 | 111011 | 1011 | 0 | 1001100 | 100 | 1000100 | 1011011 | 111100 |
Color Harmonies of #DCF63B
Complementary color
Monochromatic Colors of #DCF63B
Black with #DCF63B
Text Example
Text Example
White with #DCF63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF63B; }
p { color: rgb(220,246,59); }
H1.HeaderClassName
{
color: #DCF63B;
}
.AnyTagClassName
{
color: #DCF63B;
}
</style>
background-color css
<style>
a { background-color: #DCF63B; }
a { background-color: rgb(220,246,59); }
div.DivClassName
{
background-color: #DCF63B;
}
.BgClassName
{
background-color: #DCF63B;
}
</style>
border-color css
<style>
span { border-color: #DCF63B; }
span { border-color: rgb(220,246,59); }
td.TdClassName
{
border-color: #DCF63B;
}
.TagClassName
{
border-color: #DCF63B;
}
</style>