Shades of Pear #DCF834
Tints of Pear #DCF834
RGB
CMYK
RGB Variations
Color information
#DCF834 (or 0xDCF834) is known color: Pear. HEX triplet: DC, F8 and 34. RGB value is (220,248,52). Sum of RGB (Red+Green+Blue) = 220+248+52=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 52 (20.70% from 255 or 10% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF834 is #2307CB. Grayscale: #DADADA. Windows color (decimal): -2295756 or 3471580. OLE color: 3471580.
HSL color Cylindrical-coordinate representation of color #DCF834: hue angle of 68.57º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCF834 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 52 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.03 |
| HSL | 68.57º | 0.93% | 0.59% | - |
| HSV(B) | 68.57º | 0.79% | 0.97% | - |
| XYZ | 63.7 | 82.6 | 15.83 | - |
| YUV | 217.28 | 34.72 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 52 | 0.11 | 0 | 0.79 | 0.03 | 68.57 | 0.93 | 0.59 |
| Hex | DC | F8 | 34 | B | 0 | 4F | 3 | 45 | 5D | 3B |
| Octal | 334 | 370 | 64 | 13 | 0 | 117 | 3 | 105 | 135 | 73 |
| Binary | 11011100 | 11111000 | 110100 | 1011 | 0 | 1001111 | 11 | 1000101 | 1011101 | 111011 |
Color Harmonies of #DCF834
Complementary color
Monochromatic Colors of #DCF834
Black with #DCF834
Text Example
Text Example
White with #DCF834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF834; }
p { color: rgb(220,248,52); }
H1.HeaderClassName
{
color: #DCF834;
}
.AnyTagClassName
{
color: #DCF834;
}
</style>
background-color css
<style>
a { background-color: #DCF834; }
a { background-color: rgb(220,248,52); }
div.DivClassName
{
background-color: #DCF834;
}
.BgClassName
{
background-color: #DCF834;
}
</style>
border-color css
<style>
span { border-color: #DCF834; }
span { border-color: rgb(220,248,52); }
td.TdClassName
{
border-color: #DCF834;
}
.TagClassName
{
border-color: #DCF834;
}
</style>