Shades of Pear #DCF626
Tints of Pear #DCF626
RGB
CMYK
RGB Variations
Color information
#DCF626 (or 0xDCF626) is known color: Pear. HEX triplet: DC, F6 and 26. RGB value is (220,246,38). Sum of RGB (Red+Green+Blue) = 220+246+38=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 38 (15.23% from 255 or 7.54% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF626 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF626 is #2309D9. Grayscale: #D7D7D7. Windows color (decimal): -2296282 or 2553564. OLE color: 2553564.
HSL color Cylindrical-coordinate representation of color #DCF626: hue angle of 67.5º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCF626 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 38 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.04 |
| HSL | 67.5º | 0.92% | 0.56% | - |
| HSV(B) | 67.5º | 0.85% | 0.96% | - |
| XYZ | 62.82 | 81.27 | 14.21 | - |
| YUV | 214.51 | 28.39 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 38 | 0.11 | 0 | 0.85 | 0.04 | 67.5 | 0.92 | 0.56 |
| Hex | DC | F6 | 26 | B | 0 | 55 | 4 | 44 | 5C | 38 |
| Octal | 334 | 366 | 46 | 13 | 0 | 125 | 4 | 104 | 134 | 70 |
| Binary | 11011100 | 11110110 | 100110 | 1011 | 0 | 1010101 | 100 | 1000100 | 1011100 | 111000 |
Color Harmonies of #DCF626
Complementary color
Monochromatic Colors of #DCF626
Black with #DCF626
Text Example
Text Example
White with #DCF626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF626; }
p { color: rgb(220,246,38); }
H1.HeaderClassName
{
color: #DCF626;
}
.AnyTagClassName
{
color: #DCF626;
}
</style>
background-color css
<style>
a { background-color: #DCF626; }
a { background-color: rgb(220,246,38); }
div.DivClassName
{
background-color: #DCF626;
}
.BgClassName
{
background-color: #DCF626;
}
</style>
border-color css
<style>
span { border-color: #DCF626; }
span { border-color: rgb(220,246,38); }
td.TdClassName
{
border-color: #DCF626;
}
.TagClassName
{
border-color: #DCF626;
}
</style>