Shades of Pear #DCFE41
Tints of Pear #DCFE41
RGB
CMYK
RGB Variations
Color information
#DCFE41 (or 0xDCFE41) is known color: Pear. HEX triplet: DC, FE and 41. RGB value is (220,254,65). Sum of RGB (Red+Green+Blue) = 220+254+65=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 65 (25.78% from 255 or 12.06% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE41 is #2301BE. Grayscale: #DFDFDF. Windows color (decimal): -2294207 or 4325084. OLE color: 4325084.
HSL color Cylindrical-coordinate representation of color #DCFE41: hue angle of 70.79º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCFE41 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 65 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.00 |
| HSL | 70.79º | 0.99% | 0.63% | - |
| HSV(B) | 70.79º | 0.74% | 1% | - |
| XYZ | 65.91 | 86.48 | 18.22 | - |
| YUV | 222.29 | 39.24 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 65 | 0.13 | 0 | 0.74 | 0.00 | 70.79 | 0.99 | 0.63 |
| Hex | DC | FE | 41 | D | 0 | 4A | 0 | 47 | 63 | 3F |
| Octal | 334 | 376 | 101 | 15 | 0 | 112 | 0 | 107 | 143 | 77 |
| Binary | 11011100 | 11111110 | 1000001 | 1101 | 0 | 1001010 | 0 | 1000111 | 1100011 | 111111 |
Color Harmonies of #DCFE41
Complementary color
Monochromatic Colors of #DCFE41
Black with #DCFE41
Text Example
Text Example
White with #DCFE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE41; }
p { color: rgb(220,254,65); }
H1.HeaderClassName
{
color: #DCFE41;
}
.AnyTagClassName
{
color: #DCFE41;
}
</style>
background-color css
<style>
a { background-color: #DCFE41; }
a { background-color: rgb(220,254,65); }
div.DivClassName
{
background-color: #DCFE41;
}
.BgClassName
{
background-color: #DCFE41;
}
</style>
border-color css
<style>
span { border-color: #DCFE41; }
span { border-color: rgb(220,254,65); }
td.TdClassName
{
border-color: #DCFE41;
}
.TagClassName
{
border-color: #DCFE41;
}
</style>