Shades of Pear #DCF621
Tints of Pear #DCF621
RGB
CMYK
RGB Variations
Color information
#DCF621 (or 0xDCF621) is known color: Pear. HEX triplet: DC, F6 and 21. RGB value is (220,246,33). Sum of RGB (Red+Green+Blue) = 220+246+33=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 33 (13.28% from 255 or 6.61% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF621 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF621 is #2309DE. Grayscale: #D6D6D6. Windows color (decimal): -2296287 or 2225884. OLE color: 2225884.
HSL color Cylindrical-coordinate representation of color #DCF621: hue angle of 67.32º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCF621 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 33 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.04 |
| HSL | 67.32º | 0.92% | 0.55% | - |
| HSV(B) | 67.32º | 0.87% | 0.96% | - |
| XYZ | 62.75 | 81.24 | 13.81 | - |
| YUV | 213.94 | 25.89 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 33 | 0.11 | 0 | 0.87 | 0.04 | 67.32 | 0.92 | 0.55 |
| Hex | DC | F6 | 21 | B | 0 | 57 | 4 | 43 | 5C | 37 |
| Octal | 334 | 366 | 41 | 13 | 0 | 127 | 4 | 103 | 134 | 67 |
| Binary | 11011100 | 11110110 | 100001 | 1011 | 0 | 1010111 | 100 | 1000011 | 1011100 | 110111 |
Color Harmonies of #DCF621
Complementary color
Monochromatic Colors of #DCF621
Black with #DCF621
Text Example
Text Example
White with #DCF621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF621; }
p { color: rgb(220,246,33); }
H1.HeaderClassName
{
color: #DCF621;
}
.AnyTagClassName
{
color: #DCF621;
}
</style>
background-color css
<style>
a { background-color: #DCF621; }
a { background-color: rgb(220,246,33); }
div.DivClassName
{
background-color: #DCF621;
}
.BgClassName
{
background-color: #DCF621;
}
</style>
border-color css
<style>
span { border-color: #DCF621; }
span { border-color: rgb(220,246,33); }
td.TdClassName
{
border-color: #DCF621;
}
.TagClassName
{
border-color: #DCF621;
}
</style>