Shades of Pear #DCF428
Tints of Pear #DCF428
RGB
CMYK
RGB Variations
Color information
#DCF428 (or 0xDCF428) is known color: Pear. HEX triplet: DC, F4 and 28. RGB value is (220,244,40). Sum of RGB (Red+Green+Blue) = 220+244+40=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 40 (16.02% from 255 or 7.94% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF428 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF428 is #230BD7. Grayscale: #D6D6D6. Windows color (decimal): -2296792 or 2684124. OLE color: 2684124.
HSL color Cylindrical-coordinate representation of color #DCF428: hue angle of 67.06º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCF428 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 40 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.04 |
| HSL | 67.06º | 0.9% | 0.56% | - |
| HSV(B) | 67.06º | 0.84% | 0.96% | - |
| XYZ | 62.25 | 80.07 | 14.18 | - |
| YUV | 213.57 | 30.05 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 40 | 0.10 | 0 | 0.84 | 0.04 | 67.06 | 0.9 | 0.56 |
| Hex | DC | F4 | 28 | A | 0 | 54 | 4 | 43 | 5A | 38 |
| Octal | 334 | 364 | 50 | 12 | 0 | 124 | 4 | 103 | 132 | 70 |
| Binary | 11011100 | 11110100 | 101000 | 1010 | 0 | 1010100 | 100 | 1000011 | 1011010 | 111000 |
Color Harmonies of #DCF428
Complementary color
Monochromatic Colors of #DCF428
Black with #DCF428
Text Example
Text Example
White with #DCF428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF428; }
p { color: rgb(220,244,40); }
H1.HeaderClassName
{
color: #DCF428;
}
.AnyTagClassName
{
color: #DCF428;
}
</style>
background-color css
<style>
a { background-color: #DCF428; }
a { background-color: rgb(220,244,40); }
div.DivClassName
{
background-color: #DCF428;
}
.BgClassName
{
background-color: #DCF428;
}
</style>
border-color css
<style>
span { border-color: #DCF428; }
span { border-color: rgb(220,244,40); }
td.TdClassName
{
border-color: #DCF428;
}
.TagClassName
{
border-color: #DCF428;
}
</style>