Shades of Pear #DCF721
Tints of Pear #DCF721
RGB
CMYK
RGB Variations
Color information
#DCF721 (or 0xDCF721) is known color: Pear. HEX triplet: DC, F7 and 21. RGB value is (220,247,33). Sum of RGB (Red+Green+Blue) = 220+247+33=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 33 (13.28% from 255 or 6.6% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF721 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF721 is #2308DE. Grayscale: #D7D7D7. Windows color (decimal): -2296031 or 2226140. OLE color: 2226140.
HSL color Cylindrical-coordinate representation of color #DCF721: hue angle of 67.57º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCF721 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 33 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.03 |
| HSL | 67.57º | 0.93% | 0.55% | - |
| HSV(B) | 67.57º | 0.87% | 0.97% | - |
| XYZ | 63.05 | 81.85 | 13.91 | - |
| YUV | 214.53 | 25.55 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 33 | 0.11 | 0 | 0.87 | 0.03 | 67.57 | 0.93 | 0.55 |
| Hex | DC | F7 | 21 | B | 0 | 57 | 3 | 44 | 5D | 37 |
| Octal | 334 | 367 | 41 | 13 | 0 | 127 | 3 | 104 | 135 | 67 |
| Binary | 11011100 | 11110111 | 100001 | 1011 | 0 | 1010111 | 11 | 1000100 | 1011101 | 110111 |
Color Harmonies of #DCF721
Complementary color
Monochromatic Colors of #DCF721
Black with #DCF721
Text Example
Text Example
White with #DCF721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF721; }
p { color: rgb(220,247,33); }
H1.HeaderClassName
{
color: #DCF721;
}
.AnyTagClassName
{
color: #DCF721;
}
</style>
background-color css
<style>
a { background-color: #DCF721; }
a { background-color: rgb(220,247,33); }
div.DivClassName
{
background-color: #DCF721;
}
.BgClassName
{
background-color: #DCF721;
}
</style>
border-color css
<style>
span { border-color: #DCF721; }
span { border-color: rgb(220,247,33); }
td.TdClassName
{
border-color: #DCF721;
}
.TagClassName
{
border-color: #DCF721;
}
</style>