Shades of Pear #DCF629
Tints of Pear #DCF629
RGB
CMYK
RGB Variations
Color information
#DCF629 (or 0xDCF629) is known color: Pear. HEX triplet: DC, F6 and 29. RGB value is (220,246,41). Sum of RGB (Red+Green+Blue) = 220+246+41=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 41 (16.41% from 255 or 8.09% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF629 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF629 is #2309D6. Grayscale: #D7D7D7. Windows color (decimal): -2296279 or 2750172. OLE color: 2750172.
HSL color Cylindrical-coordinate representation of color #DCF629: hue angle of 67.61º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCF629 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 41 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.04 |
| HSL | 67.61º | 0.92% | 0.56% | - |
| HSV(B) | 67.61º | 0.83% | 0.96% | - |
| XYZ | 62.87 | 81.29 | 14.47 | - |
| YUV | 214.86 | 29.89 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 41 | 0.11 | 0 | 0.83 | 0.04 | 67.61 | 0.92 | 0.56 |
| Hex | DC | F6 | 29 | B | 0 | 53 | 4 | 44 | 5C | 38 |
| Octal | 334 | 366 | 51 | 13 | 0 | 123 | 4 | 104 | 134 | 70 |
| Binary | 11011100 | 11110110 | 101001 | 1011 | 0 | 1010011 | 100 | 1000100 | 1011100 | 111000 |
Color Harmonies of #DCF629
Complementary color
Monochromatic Colors of #DCF629
Black with #DCF629
Text Example
Text Example
White with #DCF629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF629; }
p { color: rgb(220,246,41); }
H1.HeaderClassName
{
color: #DCF629;
}
.AnyTagClassName
{
color: #DCF629;
}
</style>
background-color css
<style>
a { background-color: #DCF629; }
a { background-color: rgb(220,246,41); }
div.DivClassName
{
background-color: #DCF629;
}
.BgClassName
{
background-color: #DCF629;
}
</style>
border-color css
<style>
span { border-color: #DCF629; }
span { border-color: rgb(220,246,41); }
td.TdClassName
{
border-color: #DCF629;
}
.TagClassName
{
border-color: #DCF629;
}
</style>