Shades of Pear #DCF627
Tints of Pear #DCF627
RGB
CMYK
RGB Variations
Color information
#DCF627 (or 0xDCF627) is known color: Pear. HEX triplet: DC, F6 and 27. RGB value is (220,246,39). Sum of RGB (Red+Green+Blue) = 220+246+39=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 39 (15.62% from 255 or 7.72% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF627 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF627 is #2309D8. Grayscale: #D7D7D7. Windows color (decimal): -2296281 or 2619100. OLE color: 2619100.
HSL color Cylindrical-coordinate representation of color #DCF627: hue angle of 67.54º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCF627 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 39 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.04 |
| HSL | 67.54º | 0.92% | 0.56% | - |
| HSV(B) | 67.54º | 0.84% | 0.96% | - |
| XYZ | 62.84 | 81.27 | 14.29 | - |
| YUV | 214.63 | 28.89 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 39 | 0.11 | 0 | 0.84 | 0.04 | 67.54 | 0.92 | 0.56 |
| Hex | DC | F6 | 27 | B | 0 | 54 | 4 | 44 | 5C | 38 |
| Octal | 334 | 366 | 47 | 13 | 0 | 124 | 4 | 104 | 134 | 70 |
| Binary | 11011100 | 11110110 | 100111 | 1011 | 0 | 1010100 | 100 | 1000100 | 1011100 | 111000 |
Color Harmonies of #DCF627
Complementary color
Monochromatic Colors of #DCF627
Black with #DCF627
Text Example
Text Example
White with #DCF627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF627; }
p { color: rgb(220,246,39); }
H1.HeaderClassName
{
color: #DCF627;
}
.AnyTagClassName
{
color: #DCF627;
}
</style>
background-color css
<style>
a { background-color: #DCF627; }
a { background-color: rgb(220,246,39); }
div.DivClassName
{
background-color: #DCF627;
}
.BgClassName
{
background-color: #DCF627;
}
</style>
border-color css
<style>
span { border-color: #DCF627; }
span { border-color: rgb(220,246,39); }
td.TdClassName
{
border-color: #DCF627;
}
.TagClassName
{
border-color: #DCF627;
}
</style>