Shades of Pear #DCF83C
Tints of Pear #DCF83C
RGB
CMYK
RGB Variations
Color information
#DCF83C (or 0xDCF83C) is known color: Pear. HEX triplet: DC, F8 and 3C. RGB value is (220,248,60). Sum of RGB (Red+Green+Blue) = 220+248+60=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 60 (23.83% from 255 or 11.36% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF83C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF83C is #2307C3. Grayscale: #DADADA. Windows color (decimal): -2295748 or 3995868. OLE color: 3995868.
HSL color Cylindrical-coordinate representation of color #DCF83C: hue angle of 68.94º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCF83C is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 60 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.03 |
| HSL | 68.94º | 0.93% | 0.6% | - |
| HSV(B) | 68.94º | 0.76% | 0.97% | - |
| XYZ | 63.9 | 82.68 | 16.87 | - |
| YUV | 218.2 | 38.72 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 60 | 0.11 | 0 | 0.76 | 0.03 | 68.94 | 0.93 | 0.6 |
| Hex | DC | F8 | 3C | B | 0 | 4C | 3 | 45 | 5D | 3C |
| Octal | 334 | 370 | 74 | 13 | 0 | 114 | 3 | 105 | 135 | 74 |
| Binary | 11011100 | 11111000 | 111100 | 1011 | 0 | 1001100 | 11 | 1000101 | 1011101 | 111100 |
Color Harmonies of #DCF83C
Complementary color
Monochromatic Colors of #DCF83C
Black with #DCF83C
Text Example
Text Example
White with #DCF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF83C; }
p { color: rgb(220,248,60); }
H1.HeaderClassName
{
color: #DCF83C;
}
.AnyTagClassName
{
color: #DCF83C;
}
</style>
background-color css
<style>
a { background-color: #DCF83C; }
a { background-color: rgb(220,248,60); }
div.DivClassName
{
background-color: #DCF83C;
}
.BgClassName
{
background-color: #DCF83C;
}
</style>
border-color css
<style>
span { border-color: #DCF83C; }
span { border-color: rgb(220,248,60); }
td.TdClassName
{
border-color: #DCF83C;
}
.TagClassName
{
border-color: #DCF83C;
}
</style>