Shades of Pear #DCFE36
Tints of Pear #DCFE36
RGB
CMYK
RGB Variations
Color information
#DCFE36 (or 0xDCFE36) is known color: Pear. HEX triplet: DC, FE and 36. RGB value is (220,254,54). Sum of RGB (Red+Green+Blue) = 220+254+54=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 54 (21.48% from 255 or 10.23% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE36 is #2301C9. Grayscale: #DDDDDD. Windows color (decimal): -2294218 or 3604188. OLE color: 3604188.
HSL color Cylindrical-coordinate representation of color #DCFE36: hue angle of 70.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCFE36 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 54 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.00 |
| HSL | 70.2º | 0.99% | 0.6% | - |
| HSV(B) | 70.2º | 0.79% | 1% | - |
| XYZ | 65.62 | 86.37 | 16.7 | - |
| YUV | 221.03 | 33.74 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 54 | 0.13 | 0 | 0.79 | 0.00 | 70.2 | 0.99 | 0.6 |
| Hex | DC | FE | 36 | D | 0 | 4F | 0 | 46 | 63 | 3C |
| Octal | 334 | 376 | 66 | 15 | 0 | 117 | 0 | 106 | 143 | 74 |
| Binary | 11011100 | 11111110 | 110110 | 1101 | 0 | 1001111 | 0 | 1000110 | 1100011 | 111100 |
Color Harmonies of #DCFE36
Complementary color
Monochromatic Colors of #DCFE36
Black with #DCFE36
Text Example
Text Example
White with #DCFE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE36; }
p { color: rgb(220,254,54); }
H1.HeaderClassName
{
color: #DCFE36;
}
.AnyTagClassName
{
color: #DCFE36;
}
</style>
background-color css
<style>
a { background-color: #DCFE36; }
a { background-color: rgb(220,254,54); }
div.DivClassName
{
background-color: #DCFE36;
}
.BgClassName
{
background-color: #DCFE36;
}
</style>
border-color css
<style>
span { border-color: #DCFE36; }
span { border-color: rgb(220,254,54); }
td.TdClassName
{
border-color: #DCFE36;
}
.TagClassName
{
border-color: #DCFE36;
}
</style>