Shades of Pear #DCFE38
Tints of Pear #DCFE38
RGB
CMYK
RGB Variations
Color information
#DCFE38 (or 0xDCFE38) is known color: Pear. HEX triplet: DC, FE and 38. RGB value is (220,254,56). Sum of RGB (Red+Green+Blue) = 220+254+56=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 56 (22.27% from 255 or 10.57% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE38 is #2301C7. Grayscale: #DEDEDE. Windows color (decimal): -2294216 or 3735260. OLE color: 3735260.
HSL color Cylindrical-coordinate representation of color #DCFE38: hue angle of 70.3º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCFE38 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 56 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.00 |
| HSL | 70.3º | 0.99% | 0.61% | - |
| HSV(B) | 70.3º | 0.78% | 1% | - |
| XYZ | 65.67 | 86.38 | 16.95 | - |
| YUV | 221.26 | 34.74 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 56 | 0.13 | 0 | 0.78 | 0.00 | 70.3 | 0.99 | 0.61 |
| Hex | DC | FE | 38 | D | 0 | 4E | 0 | 46 | 63 | 3D |
| Octal | 334 | 376 | 70 | 15 | 0 | 116 | 0 | 106 | 143 | 75 |
| Binary | 11011100 | 11111110 | 111000 | 1101 | 0 | 1001110 | 0 | 1000110 | 1100011 | 111101 |
Color Harmonies of #DCFE38
Complementary color
Monochromatic Colors of #DCFE38
Black with #DCFE38
Text Example
Text Example
White with #DCFE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE38; }
p { color: rgb(220,254,56); }
H1.HeaderClassName
{
color: #DCFE38;
}
.AnyTagClassName
{
color: #DCFE38;
}
</style>
background-color css
<style>
a { background-color: #DCFE38; }
a { background-color: rgb(220,254,56); }
div.DivClassName
{
background-color: #DCFE38;
}
.BgClassName
{
background-color: #DCFE38;
}
</style>
border-color css
<style>
span { border-color: #DCFE38; }
span { border-color: rgb(220,254,56); }
td.TdClassName
{
border-color: #DCFE38;
}
.TagClassName
{
border-color: #DCFE38;
}
</style>