Shades of Pear #DCFC38
Tints of Pear #DCFC38
RGB
CMYK
RGB Variations
Color information
#DCFC38 (or 0xDCFC38) is known color: Pear. HEX triplet: DC, FC and 38. RGB value is (220,252,56). Sum of RGB (Red+Green+Blue) = 220+252+56=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 56 (22.27% from 255 or 10.61% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC38 is #2303C7. Grayscale: #DCDCDC. Windows color (decimal): -2294728 or 3734748. OLE color: 3734748.
HSL color Cylindrical-coordinate representation of color #DCFC38: hue angle of 69.8º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCFC38 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 56 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.01 |
| HSL | 69.8º | 0.97% | 0.6% | - |
| HSV(B) | 69.8º | 0.78% | 0.99% | - |
| XYZ | 65.04 | 85.12 | 16.74 | - |
| YUV | 220.09 | 35.4 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 56 | 0.13 | 0 | 0.78 | 0.01 | 69.8 | 0.97 | 0.6 |
| Hex | DC | FC | 38 | D | 0 | 4E | 1 | 46 | 61 | 3C |
| Octal | 334 | 374 | 70 | 15 | 0 | 116 | 1 | 106 | 141 | 74 |
| Binary | 11011100 | 11111100 | 111000 | 1101 | 0 | 1001110 | 1 | 1000110 | 1100001 | 111100 |
Color Harmonies of #DCFC38
Complementary color
Monochromatic Colors of #DCFC38
Black with #DCFC38
Text Example
Text Example
White with #DCFC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC38; }
p { color: rgb(220,252,56); }
H1.HeaderClassName
{
color: #DCFC38;
}
.AnyTagClassName
{
color: #DCFC38;
}
</style>
background-color css
<style>
a { background-color: #DCFC38; }
a { background-color: rgb(220,252,56); }
div.DivClassName
{
background-color: #DCFC38;
}
.BgClassName
{
background-color: #DCFC38;
}
</style>
border-color css
<style>
span { border-color: #DCFC38; }
span { border-color: rgb(220,252,56); }
td.TdClassName
{
border-color: #DCFC38;
}
.TagClassName
{
border-color: #DCFC38;
}
</style>