Shades of Pear #DCF224
Tints of Pear #DCF224
RGB
CMYK
RGB Variations
Color information
#DCF224 (or 0xDCF224) is known color: Pear. HEX triplet: DC, F2 and 24. RGB value is (220,242,36). Sum of RGB (Red+Green+Blue) = 220+242+36=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 36 (14.45% from 255 or 7.23% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF224 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF224 is #230DDB. Grayscale: #D4D4D4. Windows color (decimal): -2297308 or 2421468. OLE color: 2421468.
HSL color Cylindrical-coordinate representation of color #DCF224: hue angle of 66.41º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCF224 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 36 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.05 |
| HSL | 66.41º | 0.89% | 0.55% | - |
| HSV(B) | 66.41º | 0.85% | 0.95% | - |
| XYZ | 61.59 | 78.85 | 13.64 | - |
| YUV | 211.94 | 28.71 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 36 | 0.09 | 0 | 0.85 | 0.05 | 66.41 | 0.89 | 0.55 |
| Hex | DC | F2 | 24 | 9 | 0 | 55 | 5 | 42 | 59 | 37 |
| Octal | 334 | 362 | 44 | 11 | 0 | 125 | 5 | 102 | 131 | 67 |
| Binary | 11011100 | 11110010 | 100100 | 1001 | 0 | 1010101 | 101 | 1000010 | 1011001 | 110111 |
Color Harmonies of #DCF224
Complementary color
Monochromatic Colors of #DCF224
Black with #DCF224
Text Example
Text Example
White with #DCF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF224; }
p { color: rgb(220,242,36); }
H1.HeaderClassName
{
color: #DCF224;
}
.AnyTagClassName
{
color: #DCF224;
}
</style>
background-color css
<style>
a { background-color: #DCF224; }
a { background-color: rgb(220,242,36); }
div.DivClassName
{
background-color: #DCF224;
}
.BgClassName
{
background-color: #DCF224;
}
</style>
border-color css
<style>
span { border-color: #DCF224; }
span { border-color: rgb(220,242,36); }
td.TdClassName
{
border-color: #DCF224;
}
.TagClassName
{
border-color: #DCF224;
}
</style>