Shades of Pear #DCF426
Tints of Pear #DCF426
RGB
CMYK
RGB Variations
Color information
#DCF426 (or 0xDCF426) is known color: Pear. HEX triplet: DC, F4 and 26. RGB value is (220,244,38). Sum of RGB (Red+Green+Blue) = 220+244+38=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 38 (15.23% from 255 or 7.57% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF426 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF426 is #230BD9. Grayscale: #D6D6D6. Windows color (decimal): -2296794 or 2553052. OLE color: 2553052.
HSL color Cylindrical-coordinate representation of color #DCF426: hue angle of 66.99º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCF426 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 38 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.04 |
| HSL | 66.99º | 0.9% | 0.55% | - |
| HSV(B) | 66.99º | 0.84% | 0.96% | - |
| XYZ | 62.22 | 80.06 | 14.01 | - |
| YUV | 213.34 | 29.05 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 38 | 0.10 | 0 | 0.84 | 0.04 | 66.99 | 0.9 | 0.55 |
| Hex | DC | F4 | 26 | A | 0 | 54 | 4 | 43 | 5A | 37 |
| Octal | 334 | 364 | 46 | 12 | 0 | 124 | 4 | 103 | 132 | 67 |
| Binary | 11011100 | 11110100 | 100110 | 1010 | 0 | 1010100 | 100 | 1000011 | 1011010 | 110111 |
Color Harmonies of #DCF426
Complementary color
Monochromatic Colors of #DCF426
Black with #DCF426
Text Example
Text Example
White with #DCF426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF426; }
p { color: rgb(220,244,38); }
H1.HeaderClassName
{
color: #DCF426;
}
.AnyTagClassName
{
color: #DCF426;
}
</style>
background-color css
<style>
a { background-color: #DCF426; }
a { background-color: rgb(220,244,38); }
div.DivClassName
{
background-color: #DCF426;
}
.BgClassName
{
background-color: #DCF426;
}
</style>
border-color css
<style>
span { border-color: #DCF426; }
span { border-color: rgb(220,244,38); }
td.TdClassName
{
border-color: #DCF426;
}
.TagClassName
{
border-color: #DCF426;
}
</style>