Shades of Pear #DCF83B
Tints of Pear #DCF83B
RGB
CMYK
RGB Variations
Color information
#DCF83B (or 0xDCF83B) is known color: Pear. HEX triplet: DC, F8 and 3B. RGB value is (220,248,59). Sum of RGB (Red+Green+Blue) = 220+248+59=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 59 (23.44% from 255 or 11.20% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF83B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF83B is #2307C4. Grayscale: #DADADA. Windows color (decimal): -2295749 or 3930332. OLE color: 3930332.
HSL color Cylindrical-coordinate representation of color #DCF83B: hue angle of 68.89º 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 #DCF83B is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 59 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.03 |
| HSL | 68.89º | 0.93% | 0.6% | - |
| HSV(B) | 68.89º | 0.76% | 0.97% | - |
| XYZ | 63.87 | 82.67 | 16.73 | - |
| YUV | 218.08 | 38.22 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 59 | 0.11 | 0 | 0.76 | 0.03 | 68.89 | 0.93 | 0.6 |
| Hex | DC | F8 | 3B | B | 0 | 4C | 3 | 45 | 5D | 3C |
| Octal | 334 | 370 | 73 | 13 | 0 | 114 | 3 | 105 | 135 | 74 |
| Binary | 11011100 | 11111000 | 111011 | 1011 | 0 | 1001100 | 11 | 1000101 | 1011101 | 111100 |
Color Harmonies of #DCF83B
Complementary color
Monochromatic Colors of #DCF83B
Black with #DCF83B
Text Example
Text Example
White with #DCF83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF83B; }
p { color: rgb(220,248,59); }
H1.HeaderClassName
{
color: #DCF83B;
}
.AnyTagClassName
{
color: #DCF83B;
}
</style>
background-color css
<style>
a { background-color: #DCF83B; }
a { background-color: rgb(220,248,59); }
div.DivClassName
{
background-color: #DCF83B;
}
.BgClassName
{
background-color: #DCF83B;
}
</style>
border-color css
<style>
span { border-color: #DCF83B; }
span { border-color: rgb(220,248,59); }
td.TdClassName
{
border-color: #DCF83B;
}
.TagClassName
{
border-color: #DCF83B;
}
</style>