Shades of Pear #DCF223
Tints of Pear #DCF223
RGB
CMYK
RGB Variations
Color information
#DCF223 (or 0xDCF223) is known color: Pear. HEX triplet: DC, F2 and 23. RGB value is (220,242,35). Sum of RGB (Red+Green+Blue) = 220+242+35=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 35 (14.06% from 255 or 7.04% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF223 is #230DDC. Grayscale: #D4D4D4. Windows color (decimal): -2297309 or 2355932. OLE color: 2355932.
HSL color Cylindrical-coordinate representation of color #DCF223: hue angle of 66.38º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCF223 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 35 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.05 |
| HSL | 66.38º | 0.89% | 0.54% | - |
| HSV(B) | 66.38º | 0.86% | 0.95% | - |
| XYZ | 61.57 | 78.84 | 13.56 | - |
| YUV | 211.82 | 28.21 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 35 | 0.09 | 0 | 0.86 | 0.05 | 66.38 | 0.89 | 0.54 |
| Hex | DC | F2 | 23 | 9 | 0 | 56 | 5 | 42 | 59 | 36 |
| Octal | 334 | 362 | 43 | 11 | 0 | 126 | 5 | 102 | 131 | 66 |
| Binary | 11011100 | 11110010 | 100011 | 1001 | 0 | 1010110 | 101 | 1000010 | 1011001 | 110110 |
Color Harmonies of #DCF223
Complementary color
Monochromatic Colors of #DCF223
Black with #DCF223
Text Example
Text Example
White with #DCF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF223; }
p { color: rgb(220,242,35); }
H1.HeaderClassName
{
color: #DCF223;
}
.AnyTagClassName
{
color: #DCF223;
}
</style>
background-color css
<style>
a { background-color: #DCF223; }
a { background-color: rgb(220,242,35); }
div.DivClassName
{
background-color: #DCF223;
}
.BgClassName
{
background-color: #DCF223;
}
</style>
border-color css
<style>
span { border-color: #DCF223; }
span { border-color: rgb(220,242,35); }
td.TdClassName
{
border-color: #DCF223;
}
.TagClassName
{
border-color: #DCF223;
}
</style>