Shades of Pear #DCF232
Tints of Pear #DCF232
RGB
CMYK
RGB Variations
Color information
#DCF232 (or 0xDCF232) is known color: Pear. HEX triplet: DC, F2 and 32. RGB value is (220,242,50). Sum of RGB (Red+Green+Blue) = 220+242+50=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 50 (19.92% from 255 or 9.77% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF232 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF232 is #230DCD. Grayscale: #D6D6D6. Windows color (decimal): -2297294 or 3338972. OLE color: 3338972.
HSL color Cylindrical-coordinate representation of color #DCF232: hue angle of 66.87º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCF232 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 50 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.05 |
| HSL | 66.87º | 0.88% | 0.57% | - |
| HSV(B) | 66.87º | 0.79% | 0.95% | - |
| XYZ | 61.84 | 78.95 | 15 | - |
| YUV | 213.53 | 35.71 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 50 | 0.09 | 0 | 0.79 | 0.05 | 66.87 | 0.88 | 0.57 |
| Hex | DC | F2 | 32 | 9 | 0 | 4F | 5 | 43 | 58 | 39 |
| Octal | 334 | 362 | 62 | 11 | 0 | 117 | 5 | 103 | 130 | 71 |
| Binary | 11011100 | 11110010 | 110010 | 1001 | 0 | 1001111 | 101 | 1000011 | 1011000 | 111001 |
Color Harmonies of #DCF232
Complementary color
Monochromatic Colors of #DCF232
Black with #DCF232
Text Example
Text Example
White with #DCF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF232; }
p { color: rgb(220,242,50); }
H1.HeaderClassName
{
color: #DCF232;
}
.AnyTagClassName
{
color: #DCF232;
}
</style>
background-color css
<style>
a { background-color: #DCF232; }
a { background-color: rgb(220,242,50); }
div.DivClassName
{
background-color: #DCF232;
}
.BgClassName
{
background-color: #DCF232;
}
</style>
border-color css
<style>
span { border-color: #DCF232; }
span { border-color: rgb(220,242,50); }
td.TdClassName
{
border-color: #DCF232;
}
.TagClassName
{
border-color: #DCF232;
}
</style>