Shades of Pear #DCFE27
Tints of Pear #DCFE27
RGB
CMYK
RGB Variations
Color information
#DCFE27 (or 0xDCFE27) is known color: Pear. HEX triplet: DC, FE and 27. RGB value is (220,254,39). Sum of RGB (Red+Green+Blue) = 220+254+39=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 39 (15.62% from 255 or 7.60% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE27 is #2301D8. Grayscale: #DCDCDC. Windows color (decimal): -2294233 or 2621148. OLE color: 2621148.
HSL color Cylindrical-coordinate representation of color #DCFE27: hue angle of 69.49º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCFE27 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 39 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.00 |
| HSL | 69.49º | 0.99% | 0.57% | - |
| HSV(B) | 69.49º | 0.85% | 1% | - |
| XYZ | 65.32 | 86.25 | 15.12 | - |
| YUV | 219.32 | 26.24 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 39 | 0.13 | 0 | 0.85 | 0.00 | 69.49 | 0.99 | 0.57 |
| Hex | DC | FE | 27 | D | 0 | 55 | 0 | 45 | 63 | 39 |
| Octal | 334 | 376 | 47 | 15 | 0 | 125 | 0 | 105 | 143 | 71 |
| Binary | 11011100 | 11111110 | 100111 | 1101 | 0 | 1010101 | 0 | 1000101 | 1100011 | 111001 |
Color Harmonies of #DCFE27
Complementary color
Monochromatic Colors of #DCFE27
Black with #DCFE27
Text Example
Text Example
White with #DCFE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE27; }
p { color: rgb(220,254,39); }
H1.HeaderClassName
{
color: #DCFE27;
}
.AnyTagClassName
{
color: #DCFE27;
}
</style>
background-color css
<style>
a { background-color: #DCFE27; }
a { background-color: rgb(220,254,39); }
div.DivClassName
{
background-color: #DCFE27;
}
.BgClassName
{
background-color: #DCFE27;
}
</style>
border-color css
<style>
span { border-color: #DCFE27; }
span { border-color: rgb(220,254,39); }
td.TdClassName
{
border-color: #DCFE27;
}
.TagClassName
{
border-color: #DCFE27;
}
</style>