Shades of Pear #DCF522
Tints of Pear #DCF522
RGB
CMYK
RGB Variations
Color information
#DCF522 (or 0xDCF522) is known color: Pear. HEX triplet: DC, F5 and 22. RGB value is (220,245,34). Sum of RGB (Red+Green+Blue) = 220+245+34=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 34 (13.67% from 255 or 6.81% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF522 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF522 is #230ADD. Grayscale: #D6D6D6. Windows color (decimal): -2296542 or 2291164. OLE color: 2291164.
HSL color Cylindrical-coordinate representation of color #DCF522: hue angle of 67.11º 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 #DCF522 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 34 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.04 |
| HSL | 67.11º | 0.91% | 0.55% | - |
| HSV(B) | 67.11º | 0.86% | 0.96% | - |
| XYZ | 62.46 | 80.64 | 13.79 | - |
| YUV | 213.47 | 26.72 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 34 | 0.10 | 0 | 0.86 | 0.04 | 67.11 | 0.91 | 0.55 |
| Hex | DC | F5 | 22 | A | 0 | 56 | 4 | 43 | 5B | 37 |
| Octal | 334 | 365 | 42 | 12 | 0 | 126 | 4 | 103 | 133 | 67 |
| Binary | 11011100 | 11110101 | 100010 | 1010 | 0 | 1010110 | 100 | 1000011 | 1011011 | 110111 |
Color Harmonies of #DCF522
Complementary color
Monochromatic Colors of #DCF522
Black with #DCF522
Text Example
Text Example
White with #DCF522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF522; }
p { color: rgb(220,245,34); }
H1.HeaderClassName
{
color: #DCF522;
}
.AnyTagClassName
{
color: #DCF522;
}
</style>
background-color css
<style>
a { background-color: #DCF522; }
a { background-color: rgb(220,245,34); }
div.DivClassName
{
background-color: #DCF522;
}
.BgClassName
{
background-color: #DCF522;
}
</style>
border-color css
<style>
span { border-color: #DCF522; }
span { border-color: rgb(220,245,34); }
td.TdClassName
{
border-color: #DCF522;
}
.TagClassName
{
border-color: #DCF522;
}
</style>