Shades of Pear #DCF83F
Tints of Pear #DCF83F
RGB
CMYK
RGB Variations
Color information
#DCF83F (or 0xDCF83F) is known color: Pear. HEX triplet: DC, F8 and 3F. RGB value is (220,248,63). Sum of RGB (Red+Green+Blue) = 220+248+63=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 63 (25% from 255 or 11.86% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF83F is #2307C0. Grayscale: #DBDBDB. Windows color (decimal): -2295745 or 4192476. OLE color: 4192476.
HSL color Cylindrical-coordinate representation of color #DCF83F: hue angle of 69.08º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCF83F is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 63 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.03 |
| HSL | 69.08º | 0.93% | 0.61% | - |
| HSV(B) | 69.08º | 0.75% | 0.97% | - |
| XYZ | 63.98 | 82.71 | 17.3 | - |
| YUV | 218.54 | 40.22 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 63 | 0.11 | 0 | 0.75 | 0.03 | 69.08 | 0.93 | 0.61 |
| Hex | DC | F8 | 3F | B | 0 | 4B | 3 | 45 | 5D | 3D |
| Octal | 334 | 370 | 77 | 13 | 0 | 113 | 3 | 105 | 135 | 75 |
| Binary | 11011100 | 11111000 | 111111 | 1011 | 0 | 1001011 | 11 | 1000101 | 1011101 | 111101 |
Color Harmonies of #DCF83F
Complementary color
Monochromatic Colors of #DCF83F
Black with #DCF83F
Text Example
Text Example
White with #DCF83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF83F; }
p { color: rgb(220,248,63); }
H1.HeaderClassName
{
color: #DCF83F;
}
.AnyTagClassName
{
color: #DCF83F;
}
</style>
background-color css
<style>
a { background-color: #DCF83F; }
a { background-color: rgb(220,248,63); }
div.DivClassName
{
background-color: #DCF83F;
}
.BgClassName
{
background-color: #DCF83F;
}
</style>
border-color css
<style>
span { border-color: #DCF83F; }
span { border-color: rgb(220,248,63); }
td.TdClassName
{
border-color: #DCF83F;
}
.TagClassName
{
border-color: #DCF83F;
}
</style>