Shades of Pear #DCFF41
Tints of Pear #DCFF41
RGB
CMYK
RGB Variations
Color information
#DCFF41 (or 0xDCFF41) is known color: Pear. HEX triplet: DC, FF and 41. RGB value is (220,255,65). Sum of RGB (Red+Green+Blue) = 220+255+65=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 65 (25.78% from 255 or 12.04% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF41 is #2300BE. Grayscale: #DFDFDF. Windows color (decimal): -2293951 or 4325340. OLE color: 4325340.
HSL color Cylindrical-coordinate representation of color #DCFF41: hue angle of 71.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCFF41 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 65 | - |
| CMYK | 0.14 | 0 | 0.75 | 0 |
| HSL | 71.05º | 1% | 0.63% | - |
| HSV(B) | 71.05º | 0.75% | 1% | - |
| XYZ | 66.23 | 87.12 | 18.33 | - |
| YUV | 222.88 | 38.9 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 65 | 0.14 | 0 | 0.75 | 0 | 71.05 | 1 | 0.63 |
| Hex | DC | FF | 41 | E | 0 | 4B | 0 | 47 | 64 | 3F |
| Octal | 334 | 377 | 101 | 16 | 0 | 113 | 0 | 107 | 144 | 77 |
| Binary | 11011100 | 11111111 | 1000001 | 1110 | 0 | 1001011 | 0 | 1000111 | 1100100 | 111111 |
Color Harmonies of #DCFF41
Complementary color
Monochromatic Colors of #DCFF41
Black with #DCFF41
Text Example
Text Example
White with #DCFF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF41; }
p { color: rgb(220,255,65); }
H1.HeaderClassName
{
color: #DCFF41;
}
.AnyTagClassName
{
color: #DCFF41;
}
</style>
background-color css
<style>
a { background-color: #DCFF41; }
a { background-color: rgb(220,255,65); }
div.DivClassName
{
background-color: #DCFF41;
}
.BgClassName
{
background-color: #DCFF41;
}
</style>
border-color css
<style>
span { border-color: #DCFF41; }
span { border-color: rgb(220,255,65); }
td.TdClassName
{
border-color: #DCFF41;
}
.TagClassName
{
border-color: #DCFF41;
}
</style>