Shades of Pear #DCF425
Tints of Pear #DCF425
RGB
CMYK
RGB Variations
Color information
#DCF425 (or 0xDCF425) is known color: Pear. HEX triplet: DC, F4 and 25. RGB value is (220,244,37). Sum of RGB (Red+Green+Blue) = 220+244+37=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 37 (14.84% from 255 or 7.39% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF425 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF425 is #230BDA. Grayscale: #D6D6D6. Windows color (decimal): -2296795 or 2487516. OLE color: 2487516.
HSL color Cylindrical-coordinate representation of color #DCF425: hue angle of 66.96º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCF425 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 37 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.04 |
| HSL | 66.96º | 0.9% | 0.55% | - |
| HSV(B) | 66.96º | 0.85% | 0.96% | - |
| XYZ | 62.2 | 80.05 | 13.92 | - |
| YUV | 213.23 | 28.55 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 37 | 0.10 | 0 | 0.85 | 0.04 | 66.96 | 0.9 | 0.55 |
| Hex | DC | F4 | 25 | A | 0 | 55 | 4 | 43 | 5A | 37 |
| Octal | 334 | 364 | 45 | 12 | 0 | 125 | 4 | 103 | 132 | 67 |
| Binary | 11011100 | 11110100 | 100101 | 1010 | 0 | 1010101 | 100 | 1000011 | 1011010 | 110111 |
Color Harmonies of #DCF425
Complementary color
Monochromatic Colors of #DCF425
Black with #DCF425
Text Example
Text Example
White with #DCF425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF425; }
p { color: rgb(220,244,37); }
H1.HeaderClassName
{
color: #DCF425;
}
.AnyTagClassName
{
color: #DCF425;
}
</style>
background-color css
<style>
a { background-color: #DCF425; }
a { background-color: rgb(220,244,37); }
div.DivClassName
{
background-color: #DCF425;
}
.BgClassName
{
background-color: #DCF425;
}
</style>
border-color css
<style>
span { border-color: #DCF425; }
span { border-color: rgb(220,244,37); }
td.TdClassName
{
border-color: #DCF425;
}
.TagClassName
{
border-color: #DCF425;
}
</style>