Shades of Pear #DCF422
Tints of Pear #DCF422
RGB
CMYK
RGB Variations
Color information
#DCF422 (or 0xDCF422) is known color: Pear. HEX triplet: DC, F4 and 22. RGB value is (220,244,34). Sum of RGB (Red+Green+Blue) = 220+244+34=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 34 (13.67% from 255 or 6.83% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF422 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF422 is #230BDD. Grayscale: #D5D5D5. Windows color (decimal): -2296798 or 2290908. OLE color: 2290908.
HSL color Cylindrical-coordinate representation of color #DCF422: hue angle of 66.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCF422 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 34 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.04 |
| HSL | 66.86º | 0.91% | 0.55% | - |
| HSV(B) | 66.86º | 0.86% | 0.96% | - |
| XYZ | 62.15 | 80.03 | 13.69 | - |
| YUV | 212.88 | 27.05 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 34 | 0.10 | 0 | 0.86 | 0.04 | 66.86 | 0.91 | 0.55 |
| Hex | DC | F4 | 22 | A | 0 | 56 | 4 | 43 | 5B | 37 |
| Octal | 334 | 364 | 42 | 12 | 0 | 126 | 4 | 103 | 133 | 67 |
| Binary | 11011100 | 11110100 | 100010 | 1010 | 0 | 1010110 | 100 | 1000011 | 1011011 | 110111 |
Color Harmonies of #DCF422
Complementary color
Monochromatic Colors of #DCF422
Black with #DCF422
Text Example
Text Example
White with #DCF422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF422; }
p { color: rgb(220,244,34); }
H1.HeaderClassName
{
color: #DCF422;
}
.AnyTagClassName
{
color: #DCF422;
}
</style>
background-color css
<style>
a { background-color: #DCF422; }
a { background-color: rgb(220,244,34); }
div.DivClassName
{
background-color: #DCF422;
}
.BgClassName
{
background-color: #DCF422;
}
</style>
border-color css
<style>
span { border-color: #DCF422; }
span { border-color: rgb(220,244,34); }
td.TdClassName
{
border-color: #DCF422;
}
.TagClassName
{
border-color: #DCF422;
}
</style>